Esempio n. 1
0
        private static void Initialize()
        {
            if (s_Instance == null)
            {
                s_Instance = new CommunicationManager();

                s_Instance.PopulateMulticastGroupIPEndPoint();

                s_Instance.StartUdpListener();
            }
        }
        private static void Initialize()
        {
            if (s_Instance == null)
            {
                s_Instance = new CommunicationManager();

                s_Instance.PopulateMulticastGroupIPEndPoint();

                s_Instance.StartUdpListener();
            }
        }