Start() public method

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

            tests.Start();
        }
示例#2
0
 public static void Main(string[] args)
 {
     Console.WriteLine ("Playtomic Xamarin / Mono.NET / C# tests");
     var tests = new PTests ();
     tests.Start ();
 }