Example #1
0
        public COMERCIOS(MenuPrincipal ventPadre)
        {
            InitializeComponent();

            this.ventPadre = ventPadre;

            dt = SQL.devolverTablaDataSet(consulta, "Comercios");
            try {
                cargarDatos(index);
                obtenerIndiceMaximo();
            } catch {
                MessageBox.Show("No hay comercion en la base");
            }
        }
Example #2
0
        public MAIN_CARGAR(MenuPrincipal ventPadre)
        {
            InitializeComponent();

            this.ventPadre = ventPadre;
        }