Example #1
0
        private void inventoryManagementToolStripMenuItem_Click(object sender, EventArgs e)
        {
            //opens the new form and hides the current form
            InventoryManagement im = new InventoryManagement();

            this.Hide();
            im.ShowDialog();
        }
Example #2
0
 void Awake()
 {
     instance = this;
 }