private void ExitButton_Click(object sender, EventArgs e) { this.Hide(); Login_B log = new Login_B(); log.Show(); }
private void Login_Click(object sender, EventArgs e) { this.Hide(); //theme_B theme = new theme_B(); //theme.Show(); Login_B Login = new Login_B(); Login.ShowDialog(); }
private void Login_B_Load(object sender, EventArgs e) { ID_Box.Text = Properties.Settings.Default.IDREMEMBER; Current = this; }