Ejemplo n.º 1
0
        private void btn_cancel_Click(object sender, EventArgs e)
        {
            CurrentTransaction_DB cTR = new CurrentTransaction_DB();

            cTR.Item = cBox_Item.Text;
            cTR.deletetransaction(cTR);
        }