コード例 #1
0
 public frmGiangVienAdd(Account oAccount, int flag, int idGiangVien)
 {
     InitializeComponent();
     mAccount         = oAccount;
     mExpertInfoBll   = new ExpertInfoBll(mAccount);
     mCenterinfoesBll = new CenterInfoesBll(mAccount);
     iFlag            = flag;
     idGV             = idGiangVien;
 }
コード例 #2
0
 public uExpertInfo(Account oAccount) : base(oAccount)
 {
     InitializeComponent();
     mExpertInfoBll = new ExpertInfoBll(mAccount);
 }