コード例 #1
0
        public static void Main(string[] args)
        {
            Console.WriteLine("Playtomic Xamarin / Mono.NET / C# tests");
            var tests = new PTests();

            tests.Start();
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: playtomic/gameapi-csharp
 public static void Main(string[] args)
 {
     Console.WriteLine ("Playtomic Xamarin / Mono.NET / C# tests");
     var tests = new PTests ();
     tests.Start ();
 }