コード例 #1
0
ファイル: Program.cs プロジェクト: john-guo/hodgepodge
 static void Main(string[] args)
 {
     var c = new Class1();
     Console.WriteLine("OK");
     Console.ReadLine();
 }
コード例 #2
0
        static void Main(string[] args)
        {
            Class1 obj = new Class1();

            Console.WriteLine(obj.MyProperty);
        }