Exemple #1
0
 static void Main(string[] args)
 {
     LibraryPart.Class1 selector = new LibraryPart.Class1();
     Console.Title = "MASTER 3 commit BRANCH";
     Console.WriteLine(selector.TestMethod());
     Console.ReadLine();
 }