Exemplo n.º 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);
        }
Exemplo n.º 2
0
        public FCountry()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

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

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            Ctry = new tdbgui.GUIctry();
        }
Exemplo n.º 4
0
Arquivo: FCity.cs Projeto: 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);
        }