private void howToAddOrWriteCertificatesToolStripMenuItem_Click(object sender, EventArgs e) { this.Hide(); help_abt_certificates hbc = new help_abt_certificates(); hbc.Show(); }
private void settingUpAppopinmentWithTheOfficersToolStripMenuItem_Click(object sender, EventArgs e) { this.Hide(); help_abt_certificates hc = new help_abt_certificates(); hc.Show(); }