コード例 #1
0
ファイル: Form1.cs プロジェクト: ClarkChen633/MyCSharp
 public Form1()
 {
     InitializeComponent();
     dinnerParty = new DinnerParty((int)numericUpDown1.Value,
                             healthyBox.Checked, fancyBox.Checked);
     DisplayDinnerPartyCost();
 }