Beispiel #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         devtypelist = devtype_bll.GetAllType();
         systypelist = systype_bll.GetSystemType();
     }
 }
Beispiel #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         lstproperty = ppi_bll.GetAllPropertyinfoList();
         dtypelsit   = devtype_bll.GetAllType();
     }
 }