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); }
public FSup() { // // Required for Windows Form Designer support // InitializeComponent(); // // TODO: Add any constructor code after InitializeComponent call // dlt = new tdbgui.GUIsup(); ishost = false; guikatid = -1; guidlttid = -1; }