Exemplo n.º 1
0
        private void buttonCargar_Click_1(object sender, EventArgs e)
        {
            ClsArchivo archivo = new ClsArchivo();

            string[] filas = archivo.obtenerFilas();

            textBoxResultado.Text = "Listo, el archivo está cargado";
            this.matriz           = arreglo.arregloDosDimensiones(filas, 7);
        }