コード例 #1
0
 private void QLNS_ChucDanh_Load(object sender, EventArgs e)
 {
     dtDSChucDanh = oChucDanh.GetListWithNoEmptyRow();
     if (dtDSChucDanh != null)
     {
         PrepareDataSource();
         EditDtgInterface();
     }
 }
コード例 #2
0
ファイル: QLNS_ChucDanh.cs プロジェクト: Fucmeo/ou-qlns
 /// <summary>
 /// Refresh Data Source cho dtg sau moi lan thao tac
 /// </summary>
 private void RefreshDataSource()
 {
     Business.ChucDanh cd = new Business.ChucDanh();     // khong dung chung oChucDanh duoc ???
     dtDSChucDanh = cd.GetListWithNoEmptyRow();
     PrepareDataSource();
 }
コード例 #3
0
 /// <summary>
 /// Refresh Data Source cho dtg sau moi lan thao tac
 /// </summary>
 private void RefreshDataSource()
 {
     Business.ChucDanh cd = new Business.ChucDanh();     // khong dung chung oChucDanh duoc ???
     dtDSChucDanh = cd.GetListWithNoEmptyRow();
     PrepareDataSource();
 }