Exemple #1
0
        private void bt_out_Click(object sender, EventArgs e)
        {
            LoginAcounts lg = new LoginAcounts();

            lg.Show();
            this.Close();
        }
Exemple #2
0
        private void bt_DongY_Click(object sender, EventArgs e)
        {
            this.Hide();
            LoginAcounts logic = new LoginAcounts();

            logic.Show();
            this.Close();
        }