Beispiel #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();
        }
Beispiel #2
0
        static void Main(string[] args)
        {
            DebugFive1 f = new DebugFive1();
            DebugFive2 p = new DebugFive2();
            DebugFive3 m = new DebugFive3();
            DebugFive4 n = new DebugFive4();
            DebugSix01 b = new DebugSix01();
            DebugSix02 v = new DebugSix02();

            //f.fiveone();
            //p.fivetwo();
            //m.fivethree();
            //n.fivefour();
            //b.sixone();
            v.sixtwo();
        }
Beispiel #3
0
 static void Main(string[] args)
 {
     DebugSix01.SixOne();
     DebugSix02.SixTwo();
     Console.ReadLine();
 }
Beispiel #4
0
        static void Main(string[] args)
        {
            //DebugSix01.DebugSixone();

            DebugSix02.DebugSixtwo();
        }