コード例 #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            bll.insertDanhSachDatBan(textBox1.Text);
            var mess = MessageBox.Show("Bạn đã thêm bàn thành công", "Hoàn thành", MessageBoxButtons.OK, MessageBoxIcon.Information);

            if (mess == DialogResult.OK)
            {
                Close();
            }
        }