public static void Main()
Console.WriteLine(myClassA.myPropertyA1());
Console.WriteLine(myClassA.myPropertyA2());
Console.WriteLine(myClassB.myPropertyB1());
public static string myPropertyA1()
public string myPropertyA2()
public static class myClassB
public static string myPropertyB1()