Пример #1
0
 public void Action(Message testMessage)
 {
   Received = true;
 }
Пример #2
0
 public static void StaticCallbackMethod(Message m)
 {
   _wasStaticCallbackMethodInvoked = true;
 }