Exemplo n.º 1
0
        public static void StaticBroadcast(Action action)
        {
            ICommService service = GetChannel();

            if (service != null)
            {
                service.Broadcast(DelToByte(action));
            }
        }