private void Country_Load(object sender, System.EventArgs e) { tdbgui.GUIcity C = new tdbgui.GUIcity(); C.SetCombo(this.Land_e_capital); tdbgui.GUIlang L = new tdbgui.GUIlang(); L.SetCombo(this.Land_e_lang); tdbgui.GUIcur Cur = new tdbgui.GUIcur(); Cur.SetCombo(this.Land_e_cur); }
public FLang() { // // Required for Windows Form Designer support // InitializeComponent(); // // TODO: Add any constructor code after InitializeComponent call // Lang = new tdbgui.GUIlang(); }
private void FCustomer_Load(object sender, System.EventArgs e) { tdbgui.GUIcustt CT = new tdbgui.GUIcustt(); CT.SetCombo(this.Kun_e_kunt); tdbgui.GUIlang L = new tdbgui.GUIlang(); L.SetCombo(this.Kun_e_lang); tdbgui.GUIcur Cur = new tdbgui.GUIcur(); Cur.SetCombo(this.Kun_e_cur); tdbgui.GUIsta S = new tdbgui.GUIsta(); S.ObjTyp = tdb.StatusTypes.personen; S.SetCombo(this.Kun_e_sta); }