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

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