Example #1
0
 private void locationToolStripMenuItem_Click(object sender, EventArgs e)
 {
     PIMS.locationForm location = new PIMS.locationForm();
     location.Visible = true;
     this.Hide();
 }
Example #2
0
 private void locationToolStripMenuItem_Click(object sender, EventArgs e)
 {
     PIMS.locationForm location = new PIMS.locationForm();
     location.Visible = true;
     this.Hide();
 }