コード例 #1
0
ファイル: Csharp2.cs プロジェクト: ufcpp/UfcppSample
 public void Run()
 {
     var s = new Sample(1);
     WriteLine(s.X);
 }
コード例 #2
0
ファイル: Csharp2.cs プロジェクト: tppApe/UfcppSample
        public void Run()
        {
            var s = new Sample(1);

            WriteLine(s.X);
        }