コード例 #1
0
ファイル: TestAssembly.cs プロジェクト: sigomatix/MyCode
 public Method SetAssemblyInit(Method method)
 {
     AssemblyInit = method;
     return AssemblyInit;
 }
コード例 #2
0
ファイル: TestAssembly.cs プロジェクト: sigomatix/MyCode
 public Method SetAssemblyCleanup(Method method)
 {
     AssemblyCleanup = method;
     return AssemblyCleanup;
 }