private void Button3_Click(object sender, EventArgs e) { this.Hide(); SupportSpecialistCall newform = new SupportSpecialistCall(0); newform.ShowDialog(); }
private void button3_Click(object sender, EventArgs e) { this.Hide(); SupportSpecialistCall hspSupport = new SupportSpecialistCall(1); hspSupport.ShowDialog(); }