public MDIMainForm() { InitializeComponent(); this.ShowIcon = false; this.TopMost = false; DBTest dBTest = new DBTest(); dBTest.DbTesting(); UserType(); }
public Login() { InitializeComponent(); this.ShowIcon = false; this.StartPosition = FormStartPosition.CenterScreen; this.TopMost = true; DBTest dBTest = new DBTest(); dBTest.DbTesting(); }