Exemple #1
0
        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);
        }
Exemple #2
0
        public FCountry()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            Ctry = new tdbgui.GUIctry();
        }
Exemple #3
0
        public FCountry()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            Ctry = new tdbgui.GUIctry();
        }
Exemple #4
0
        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);
        }