Example #1
0
        private void back_btn_Click(object sender, EventArgs e)
        {
            this.Hide();
            LoginUI l = new LoginUI();

            l.Show();
        }
Example #2
0
 private void back_btn_Click(object sender, EventArgs e)
 {
     this.Hide();
     LoginUI l = new LoginUI();
     l.Show();
 }