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