예제 #1
0
 public DeleteBoPhan(string text, TblBoPhan bophan, Show.DanhSachBoPhan dsbp)
 {
     InitializeComponent();
     this.bophan = bophan;
     this.dsbp   = dsbp;
     init();
 }
예제 #2
0
 public AddBoPhan(TblBoPhan data, string title, Show.DanhSachBoPhan dsbp)
 {
     InitializeComponent();
     btnSave.Enabled = false;
     this.Text       = title;
     this.data       = data;
     this.dsbp       = dsbp;
     init();
 }
예제 #3
0
 private void danhSáchBộPhậnTool_Click(object sender, EventArgs e)
 {
     dsbp = new Show.DanhSachBoPhan();
     addNewTab("Danh sách bộ phận", dsbp);
 }