Exemplo n.º 1
0
        private void btn_agregarsupermercado_Click(object sender, EventArgs e)
        {
            conex_super conex = new conex_super();

            conex.ingresaSuper(int.Parse(txb_idsupermercado.Text), txb_nombresupermercado.Text, txb_localidad.Text, int.Parse(cmb_iddueñosupermercado.Text));
            txb_idsupermercado.Text      = "";
            txb_localidad.Text           = "";
            txb_nombresupermercado.Text  = "";
            cmb_iddueñosupermercado.Text = "";
        }