Example #1
0
        private void pictureBox_setting_Click(object sender, EventArgs e)
        {
            AdminPassword ap = new AdminPassword(tw, this, gkh);

            ap.Show();
        }
Example #2
0
        private void pictureBox_setting_Click(object sender, EventArgs e)
        {
            AdminPassword ap = new AdminPassword(mainwind, this, mysession);

            ap.Show();
        }