예제 #1
0
 public void AttachHandler(IExternalHandler handler) => this.mapper = handler;
예제 #2
0
파일: External.cs 프로젝트: ChadJessup/MICE
 public void AttachHandler(IExternalHandler handler)
 {
     this.mapper = handler;
     this.mapper.AddMemorySegment(this);
 }