Example #1
0
        private void frmMantenimientoCargo_Load(object sender, EventArgs e)
        {
            txtCodigo.Text = Convert.ToString(dato.getIdSiguiente());
            clsDatosCargo fre = new clsDatosCargo();

            if (accion == "M")
            {
                Set();
            }
            if (accion == "E")
            {
                Set();
            }
        }