Пример #1
0
        public static void HandleCircleViaShape(CEventDispatcherTest.EvtShape _shape, MessageHandler _handler)
        {
            var disp = _handler.Dispatcher as CStaticEventHandlersAndDispatcher;

            disp.Count++;
            disp.m_shape = true;
        }
Пример #2
0
 public static void HandleCircleViaShape(CEventDispatcherTest.EvtShape _shape) => m_shape = true;