Example #1
0
        private void locationToolStripMenuItem_Click(object sender, EventArgs e)
        {
            locationForm location = new locationForm();

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