Exemple #1
0
 private void FService_Load(object sender, System.EventArgs e)
 {
     tdbgui.GUIact A = new tdbgui.GUIact();
     A.SetCombo(this.Ser_e_act);
     tdbgui.GUIsai S = new tdbgui.GUIsai();
     S.SetCombo(this.Ser_e_season);
 }
Exemple #2
0
 private void FOff_Load(object sender, System.EventArgs e)
 {
     // combos sup, act, offtype, tocity, fromcity, parentoffer
     tdbgui.GUIsup S = new tdbgui.GUIsup();
     S.SetCombo(this.Off_e_dlt);
     tdbgui.GUIact A = new tdbgui.GUIact();
     A.SetCombo(this.Off_e_act);
     tdbgui.GUIofft OT = new tdbgui.GUIofft();
     OT.SetCombo(this.Off_e_offtype);
     tdbgui.GUIcity C2 = new tdbgui.GUIcity();
     C2.SetCombo(this.Off_e_from);
     tdbgui.GUIoffer P = new tdbgui.GUIoffer();
     P.SetCombo(this.Off_e_parent);
 }
Exemple #3
0
 private void FOff_Load(object sender, System.EventArgs e)
 {
     // combos sup, act, offtype, tocity, fromcity, parentoffer
     tdbgui.GUIsup S = new tdbgui.GUIsup();
     S.SetCombo(this.Off_e_dlt);
     tdbgui.GUIact A = new tdbgui.GUIact();
     A.SetCombo(this.Off_e_act);
     tdbgui.GUIofft OT = new tdbgui.GUIofft();
     OT.SetCombo(this.Off_e_offtype);
     tdbgui.GUIcity C2 = new tdbgui.GUIcity();
     C2.SetCombo(this.Off_e_from);
     tdbgui.GUIoffer P = new tdbgui.GUIoffer();
     P.SetCombo(this.Off_e_parent);
 }
Exemple #4
0
 private void FService_Load(object sender, System.EventArgs e)
 {
     tdbgui.GUIact A = new tdbgui.GUIact();
     A.SetCombo(this.Ser_e_act);
     tdbgui.GUIsai S = new tdbgui.GUIsai();
     S.SetCombo(this.Ser_e_season);
 }