Ejemplo n.º 1
0
 public override void Dispatch(System.Int32 name, ShipDock.Notices.INoticeBase <System.Int32> param)
 {
     if (mDispatch_2.CheckShouldInvokeBase(this.instance))
     {
         base.Dispatch(name, param);
     }
     else
     {
         mDispatch_2.Invoke(this.instance, name, param);
     }
 }
Ejemplo n.º 2
0
 protected override void UIModularHandler(ShipDock.Notices.INoticeBase <System.Int32> param)
 {
     if (mUIModularHandler_4.CheckShouldInvokeBase(this.instance))
     {
         base.UIModularHandler(param);
     }
     else
     {
         mUIModularHandler_4.Invoke(this.instance, param);
     }
 }
Ejemplo n.º 3
0
 public override ShipDock.Notices.INoticeBase <System.Int32> NotifyModular(System.Int32 name, ShipDock.Notices.INoticeBase <System.Int32> param)
 {
     if (mNotifyModular_13.CheckShouldInvokeBase(this.instance))
     {
         return(base.NotifyModular(name, param));
     }
     else
     {
         return(mNotifyModular_13.Invoke(this.instance, name, param));
     }
 }