示例#1
0
        private void changepasswordbtn_Click(object sender, EventArgs e)
        {
            Registration_Form Registration_Form = new Registration_Form();

            Registration_Form.Show();
            this.Hide();
        }
示例#2
0
        private void registerbtn_Click(object sender, EventArgs e)
        {
            Registration_Form Registration_Form = new Registration_Form();

            Registration_Form.Show();
            this.Hide();
        }