Exemplo n.º 1
0
        private void ExitButton_Click(object sender, EventArgs e)
        {
            this.Hide();
            Login_B log = new Login_B();

            log.Show();
        }
Exemplo n.º 2
0
        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();
        }
Exemplo n.º 3
0
 private void Login_B_Load(object sender, EventArgs e)
 {
     ID_Box.Text = Properties.Settings.Default.IDREMEMBER;
     Current     = this;
 }