private void button3_Click(object sender, EventArgs e) // back { staff_profile sp = new staff_profile(); this.Hide(); sp.Show(); }
private void button1_Click(object sender, EventArgs e) { staff_profile sm = new staff_profile(); this.Hide(); sm.Show(); }
// back private void button3_Click(object sender, EventArgs e) { staff_profile sp= new staff_profile(); this.Hide(); sp.Show(); }