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

            addMachineProductType.Show();
        }
コード例 #2
0
ファイル: StartUp.cs プロジェクト: rroethle/VendingManagement
 private void button16_Click(object sender, EventArgs e)
 {
     AddMachineProductType addMachineProductType = new AddMachineProductType(database, this);
     addMachineProductType.Show();
 }