Example #1
0
        public MDIMainForm()
        {
            InitializeComponent();
            this.ShowIcon = false;
            this.TopMost  = false;

            DBTest dBTest = new DBTest();

            dBTest.DbTesting();

            UserType();
        }
Example #2
0
        public Login()
        {
            InitializeComponent();
            this.ShowIcon = false;

            this.StartPosition = FormStartPosition.CenterScreen;
            this.TopMost       = true;

            DBTest dBTest = new DBTest();

            dBTest.DbTesting();
        }