コード例 #1
0
 public Form1()
 {
     InitializeComponent();
     dinnerParty = new DinnerParty(checkBoxHealthy.Checked, checkBoxFancy.Checked, (int)numericUpDown1.Value);
     DisplayDinnerPartyCost();
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: mavis920/head-first-c-sharp
 public Form1()
 {
     InitializeComponent();
     dinnerParty = new DinnerParty(checkBoxHealthy.Checked, checkBoxFancy.Checked, (int)numericUpDown1.Value);
     DisplayDinnerPartyCost();
 }