예제 #1
0
 public frmMain(int type)
 {
     InitializeComponent();
     this.type  = type;
     this.hiBll = new HallInfoBLL();
     this.tiBll = new TableInfoBLL();
 }
예제 #2
0
 public frmHallInfo()
 {
     InitializeComponent();
     this.hiBll = new HallInfoBLL();
 }
예제 #3
0
 private frmTableInfo()
 {
     InitializeComponent();
     this.tiBll = new TableInfoBLL();
     this.hiBll = new HallInfoBLL();
 }