コード例 #1
0
 public FrmEditDish(string Did, string text1, string selectedValue, string text2, string text3, Image image)
 {
     InitializeComponent();
     editDish           = new BL.BL_EditDish(this);
     id                 = Did;
     this.name          = text1;
     this.selectedValue = selectedValue;
     this.number        = text2;
     this.price         = text3;
     this.image         = image;
 }
コード例 #2
0
 public FrmEditDish()
 {
     InitializeComponent();
     editDish = new BL.BL_EditDish(this);
 }