Example #1
0
 private void btnContactUs_Click(object sender, EventArgs e)
 {
     ContactUs cu = new ContactUs();
     cu.Show();
     this.Hide();
 }