Esempio n. 1
0
 public Form1()
 {
     InitializeComponent();
     myParty = new DinnerParty((int)numericUpDown1.Value,checkBox2.Checked,checkBox1.Checked);
     DisplayCost();
 }
Esempio n. 2
0
 public Form1()
 {
     InitializeComponent();
     myParty = new DinnerParty((int)numericUpDown1.Value, checkBox2.Checked, checkBox1.Checked);
     DisplayCost();
 }