コード例 #1
0
 public CommandAnonymousInnerClass2(JobExecutorCmdExceptionTest outerInstance)
 {
     _outerInstance = outerInstance;
 }
コード例 #2
0
 public CommandAnonymousInnerClass(JobExecutorCmdExceptionTest outerInstance, string handlerType)
 {
     _outerInstance = outerInstance;
     _handlerType   = handlerType;
 }