Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            BORG test = new BORG();

            test.readFile("test.txt");
            Console.ReadLine();
        }
Ejemplo n.º 2
0
 static void Main(string[] args)
 {
     BORG test = new BORG();
     test.readFile("test.txt");
     Console.ReadLine();
 }