Ejemplo n.º 1
0
 private void btnCancelProduct_Click(object sender, EventArgs e)
 {
     if (table1.RowCount > 0)
     {
         FmCancelProduct frm = new FmCancelProduct();
         frm.Show();
         lblStatus.Visible = false;
     }
     else
     {
         MessageBox.Show("ไม่มีสินค้าในรายการขาย", "แจ้งเตือน", MessageBoxButtons.OK, MessageBoxIcon.Warning);
     }
 }
Ejemplo n.º 2
0
 private void btnCancelProduct_Click(object sender, EventArgs e)
 {
     if (table1.RowCount > 0)
     {
         FmCancelProduct frm = new FmCancelProduct();
         frm.Show();
         lblStatus.Visible = false;
     }
     else
     {
         MessageBox.Show("ไม่มีสินค้าในรายการขาย", "แจ้งเตือน", MessageBoxButtons.OK, MessageBoxIcon.Warning);
     }
 }