public frmMain(int type) { InitializeComponent(); this.type = type; this.hiBll = new HallInfoBLL(); this.tiBll = new TableInfoBLL(); }
public frmHallInfo() { InitializeComponent(); this.hiBll = new HallInfoBLL(); }
private frmTableInfo() { InitializeComponent(); this.tiBll = new TableInfoBLL(); this.hiBll = new HallInfoBLL(); }