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

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            Ctry = new tdbgui.GUIctry();
        }
예제 #3
0
파일: FCountry.cs 프로젝트: oeli/yafra
        public FCountry()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            Ctry = new tdbgui.GUIctry();
        }
예제 #4
0
파일: FCity.cs 프로젝트: oeli/yafra
        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);
        }