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