Example #1
0
        private void button6_Click(object sender, EventArgs e)
        {
            string        admin     = "admin";
            FormInventory inventory = new FormInventory(admin);

            inventory.Show();
        }
Example #2
0
        private void button6_Click(object sender, EventArgs e)
        {
            int           doc       = 1;
            FormInventory inventory = new FormInventory(doc);

            inventory.Show();
        }
        private void button5_Click(object sender, EventArgs e)
        {
            FormInventory inventory = new FormInventory();

            inventory.Show();
        }