private void showInventoryToolStripMenuItem_Click(object sender, EventArgs e) { ShowInventory showInven = new ShowInventory(); showInven.MdiParent = this; showInven.Show(); }
private void showInventoryToolStripMenuItem_Click(object sender, EventArgs e) { ShowInventory showInven = new ShowInventory(); showInven.WindowState = FormWindowState.Maximized; showInven.MdiParent = this; showInven.Show(); }