示例#1
0
 public Method SetAssemblyInit(Method method)
 {
     AssemblyInit = method;
     return AssemblyInit;
 }
示例#2
0
 public Method SetAssemblyCleanup(Method method)
 {
     AssemblyCleanup = method;
     return AssemblyCleanup;
 }