示例#1
0
 public CallBase(ICallDispatcher<CallBase> _Dispatcher)
 {
     this.Dispatcher = _Dispatcher;
      this.IsDeleted  = false;
 }
示例#2
0
 public CallBase(ICallDispatcher <CallBase> _Dispatcher)
 {
     this.Dispatcher = _Dispatcher;
     this.IsDeleted  = false;
 }