Ejemplo 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();
        }
Ejemplo 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();
        }