コード例 #1
0
 public frmOrderDish(ListView hallView, ListViewItem tableItem)
 {
     InitializeComponent();
     this.hallView  = hallView;
     this.tableItem = tableItem;
     this.Text      = "厅包:" + this.hallView.Tag + "餐桌:" + tableItem.Text + "-" + this.Text;
     this.diBll     = new DishInfoBLL();
     this.dtiBll    = new DishTypeInfoBLL();
     this.odiBll    = new OrderDetailInfoBLL();
     this.odBll     = new OrderInfoBLL();
 }
コード例 #2
0
 public frmDishTypeInfo()
 {
     InitializeComponent();
     this.dtiBll = new DishTypeInfoBLL();
 }
コード例 #3
0
 private frmDishInfo()
 {
     InitializeComponent();
     this.diBll  = new DishInfoBLL();
     this.dtiBll = new DishTypeInfoBLL();
 }