Exemplo n.º 1
0
        static void Main(string[] args)
        {
            Console.ForegroundColor = ConsoleColor.Magenta;
            int[,] matriz           = new int[0, 0];
            Class1 ao = new Class1(matriz);

            ao.comenzar();
        }