示例#1
0
 public static void Raise(SOSimpleEvent soEvt)
 {
     if (soEvt != null)
     {
         soEvt.Raise();
     }
 }
 public void Subscribe(SOSimpleEvent onDateTimeChangedEvent, bool enable)
 {
     throw new NotImplementedException();
 }