Esempio n. 1
0
 private void btnThem_Click_1(object sender, EventArgs e)
 {
     try
     {
         if (img.Length > 1)
         {
             Coffee.XuLyThucDon x = new Coffee.XuLyThucDon();
             x.ThemMon(txtMaMon.Text, txtTenMon.Text, txtGia.Text, cbLoai.Text, bytes, ref err);
             MessageBox.Show("Đã Thêm Xong!!!");
         }
         else
         {
             MessageBox.Show("Thiếu Ảnh");
         }
     }
     catch
     {
         MessageBox.Show("Lỗi rồi !!!");
     }
 }