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

            // DebugSix03.debugsixthree();
            DebugSix04.debugsixfour();
        }
Example #2
0
 static void Main(string[] args)
 {
     DebugSix03.SixThree();
     DebugSix04.SixFOur();
 }
Example #3
0
 static void Main(string[] args)
 {
     DebugSix04.SixFour();
 }