Example #1
0
        private void metroTile1_Click(object sender, EventArgs e)
        {
            this.Close();
            this.Dispose(true);
            Add_Inventory_Product myform = new Add_Inventory_Product();

            myform.ShowDialog();
        }
Example #2
0
 private void mtAdd_Click(object sender, EventArgs e)
 {
     Add_Inventory_Product myform = new Add_Inventory_Product();
     myform.ShowDialog();
 }