示例#1
0
 internal AsyncThread(CompetingHistoricAttachmentPartitioningTest outerInstance, string attachmentId)
 {
     this.outerInstance = outerInstance;
     this.attachmentId  = attachmentId;
 }
示例#2
0
 public CommandAnonymousInnerClass(CompetingHistoricAttachmentPartitioningTest outerInstance, Attachment attachment)
 {
     this.outerInstance = outerInstance;
     this.attachment    = attachment;
 }