Example #1
0
        static void Main(string[] args)
        {
            DebugSix01 one = new DebugSix01();

            DebugSix02 two = new DebugSix02();

            DebugSix03 tre = new DebugSix03();


            //one.Uno();
            // two.Dos();

            tre.Tres();
        }
Example #2
0
 static void Main(string[] args)
 {
     DebugSix03.SixThree();
     DebugSix04.SixFOur();
 }