Exemplo n.º 1
0
        static void Main(string[] args)
        {
            Program p = new Program();

            // DebugEight3.EightThree();
            DebugEight4.EightFour();
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            DebugEight3 boogi = new DebugEight3();

            boogi.BugEightThree();

            DebugEight4 googie = new DebugEight4();

            googie.BugEightFour();

            DebugNine1 goofy = new DebugNine1();

            goofy.BugNine1();



            Console.ReadLine();
        }