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