Пример #1
0
 private void btnNhapLai_Click(object sender, EventArgs e)
 {
     if (mode == MODE_ADDNEW)
     {
         tedMaHangHoa.Text  = HangHoaService.AutoGenerateId();
         tedTenHangHoa.Text = "";
         tedGiaNhap.Text    = "";
         tedGiaBan.Text     = "";
         lueLoaiHang.Text   = "";
         lueDonViTinh.Text  = "";
     }
     else
     {
         initSua();
     }
     isEdited = false;
     tedTenHangHoa.Focus();
 }
Пример #2
0
 public void initThem()
 {
     this.Text         = "Thêm Hàng Hóa Mới";
     txtMaHangHoa.Text = HangHoaService.AutoGenerateId();
     btnSua.Enabled    = false;
 }
Пример #3
0
 public void initThem()
 {
     this.Text         = "Thêm Hàng Hóa Mới";
     tedMaHangHoa.Text = HangHoaService.AutoGenerateId();
     btnLuu.Text       = "Thêm";
 }