Ejemplo n.º 1
0
 public static void HandleSquare(CEventDispatcherTest.EvtSquare _square, CStaticEventHandlersAndDispatcher _dispatcher)
 {
     _dispatcher.Count++;
     _dispatcher.m_square = true;
 }
Ejemplo n.º 2
0
 public static void HandleSquare(CEventDispatcherTest.EvtSquare _square) => m_square = true;