Esempio n. 1
0
        private void button16_Click(object sender, EventArgs e)
        {
            AddMachineProductType addMachineProductType = new AddMachineProductType(database, this);

            addMachineProductType.Show();
        }
Esempio n. 2
0
 private void button16_Click(object sender, EventArgs e)
 {
     AddMachineProductType addMachineProductType = new AddMachineProductType(database, this);
     addMachineProductType.Show();
 }