private void FPrg_Load(object sender, System.EventArgs e) { tdbgui.GUIctry C = new tdbgui.GUIctry(); C.SetCombo(this.Ort_e_land); tdbgui.GUIsta S = new tdbgui.GUIsta(); S.ObjTyp = tdb.StatusTypes.staort; S.SetCombo(this.Ort_e_sta); }
public FCountry() { // // Required for Windows Form Designer support // InitializeComponent(); // // TODO: Add any constructor code after InitializeComponent call // Ctry = new tdbgui.GUIctry(); }