Exemplo n.º 1
0
        private void btnEdit_Click(object sender, EventArgs e)
        {
            frmAddProduct frm = new frmAddProduct();

            account.IsProdEdit = true;
            timer1.Start();
            frm.ShowDialog();
        }
Exemplo n.º 2
0
        private void btnNew_Click(object sender, EventArgs e)
        {
            frmAddProduct frm = new frmAddProduct();

            account.isprodAdd = true;
            timer1.Start();
            frm.ShowDialog();
        }