コード例 #1
0
 public ReadHandler(TestAsyncOperate parent)
 {
     this.parent = parent;
 }
コード例 #2
0
 public DeleteHandlerList(TestAsyncOperate parent, Key key)
 {
     this.parent = parent;
     this.key    = key;
 }