Пример #1
0
        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);
        }
Пример #2
0
        public FCity()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            Cty = new tdbgui.GUIcity();
        }
Пример #3
0
        public FCity()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            Cty = new tdbgui.GUIcity();
        }
Пример #4
0
        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);
        }