コード例 #1
0
ファイル: Program.cs プロジェクト: raffaeler/CsWinRT
 private static void HelperMethod(ExampleClass instance)
 {
     instance.MethodA();
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: raffaeler/CsWinRT
 public ExampleClass(ExampleClass other)
 {
     other.MethodA();
 }