Esempio n. 1
0
 public Form1()
 {
     InitializeComponent();
     dinnerParty = new DinnerParty(checkBoxHealthy.Checked, checkBoxFancy.Checked, (int)numericUpDown1.Value);
     DisplayDinnerPartyCost();
 }
Esempio n. 2
0
 public Form1()
 {
     InitializeComponent();
     dinnerParty = new DinnerParty(checkBoxHealthy.Checked, checkBoxFancy.Checked, (int)numericUpDown1.Value);
     DisplayDinnerPartyCost();
 }