Esempio n. 1
0
 private void ShowInfo(int ApplicationID)
 {
     Maticsoft.BLL.sys_Applications   bll   = new Maticsoft.BLL.sys_Applications();
     Maticsoft.Model.sys_Applications model = bll.GetModel(ApplicationID);
     this.lblApplicationID.Text    = model.ApplicationID.ToString();
     this.lblA_AppName.Text        = model.A_AppName;
     this.lblA_AppDescription.Text = model.A_AppDescription;
     this.lblA_AppUrl.Text         = model.A_AppUrl;
     this.lblA_Order.Text          = model.A_Order.ToString();
 }
Esempio n. 2
0
 private void ShowInfo(int ApplicationID)
 {
     Maticsoft.BLL.sys_Applications bll=new Maticsoft.BLL.sys_Applications();
     Maticsoft.Model.sys_Applications model=bll.GetModel(ApplicationID);
     this.lblApplicationID.Text=model.ApplicationID.ToString();
     this.txtA_AppName.Text=model.A_AppName;
     this.txtA_AppDescription.Text=model.A_AppDescription;
     this.txtA_AppUrl.Text=model.A_AppUrl;
     this.txtA_Order.Text=model.A_Order.ToString();
 }