Beispiel #1
0
        static void Main(string[] args)
        {
            Tournament t = new Tournament();

            t.Start();
        }
Beispiel #2
0
 static void Main(string[] args)
 {
     Tournament t = new Tournament ();
     t.Start ();
 }