コード例 #1
0
 public AsociationService(IAsociationHandler aHandler)
 {
     this.associationHandler = aHandler;
     this.asociationLock     = new object();
 }
コード例 #2
0
 public AsociationService(IAsociationHandler aHandler)
 {
     this.associationHandler = aHandler;
 }