예제 #1
0
 public LoginForm()
 {
     InitializeComponent();
     this.ActiveControl = tbLogin;
     if (Properties.Settings.Default.isFirstStart)//true
     {
         StartForm startForm = new StartForm();
         this.Hide();
         startForm.Show();
     }
 }
예제 #2
0
        private void buttonChange_Click(object sender, EventArgs e)
        {
            StartForm startForm = new StartForm();

            startForm.Show();
        }