Exemple #1
0
        public MainForm()
        {
            InitializeComponent();
            _login_dlg = new LoginDlg();

            this.tpInterface.Tag = this.eibInterfaceControl1;
            this.tpUsers.Tag     = this.eibUsersControl1;
        }
Exemple #2
0
        public MainForm()
        {
            InitializeComponent();
            _login_dlg = new LoginDlg();

            this.tpInterface.Tag = this.eibInterfaceControl1;
            this.tpUsers.Tag = this.eibUsersControl1;
        }