Esempio n. 1
0
        private void button14_Click(object sender, EventArgs e)
        {
            SuspensionList p = new SuspensionList(StaffID, this); // go to anther form

            p.Show();
            this.Hide();
        }
Esempio n. 2
0
        private void button14_Click(object sender, EventArgs e)     //susbended details
        {
            SuspensionList p = new SuspensionList(AdminID, this);   // go to anther form

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