Example #1
0
 public TimPopupFix(TimPopupChange phieuQL, string dataSetID, string query)
 {
     this.that = phieuQL;
     if (dataSetID == null)
         this.dataSetID = that.GetType().FullName + that.gridViewMaster._GetPLGUI();
     else
         this.dataSetID = dataSetID + that.gridViewMaster._GetPLGUI();
     this.saveQuery = query;
     HamDung();
 }
Example #2
0
 public TimPopupFix(TimPopupChange phieuQL)
 {
     this.that = phieuQL;
     HamDung();
 }
Example #3
0
 public TimPopupFix(TimPopupChange phieuQL, string query)
     : this(phieuQL, null, query)
 {
 }