Пример #1
0
 public Form1()
 {
     InitializeComponent();
     myParty = new DinnerParty((int)numericUpDown1.Value,checkBox2.Checked,checkBox1.Checked);
     DisplayCost();
 }
Пример #2
0
 public Form1()
 {
     InitializeComponent();
     myParty = new DinnerParty((int)numericUpDown1.Value, checkBox2.Checked, checkBox1.Checked);
     DisplayCost();
 }