コード例 #1
0
ファイル: Form1.cs プロジェクト: bobbyquennell/csharpstudy
 public Form1()
 {
     InitializeComponent();
     myParty = new DinnerParty((int)numericUpDown1.Value,checkBox2.Checked,checkBox1.Checked);
     DisplayCost();
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: bobbyquennell/csharpstudy
 public Form1()
 {
     InitializeComponent();
     myParty = new DinnerParty((int)numericUpDown1.Value, checkBox2.Checked, checkBox1.Checked);
     DisplayCost();
 }