コード例 #1
0
ファイル: Program.cs プロジェクト: ViktorSheresh/ITVDN
 public void MyMethod(int x)
 {
     my = new MyClass1(x);
     my.My();
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: ViktorSheresh/ITVDN
 public MyClass1(int x)
 {
     my = new MyClass1(x);
 }