Beispiel #1
0
        internal ExternalControlServer()
        {
            m_Communication = new BroadcastCommunication();
            //чтобы SystemHost мог говорить UI о том, что процесс синхронизации баз данных как-то завершился - сообщаем ему значение m_Communication
            SystemHost.SetCommunication(m_Communication);

            _IoMain = new LogicContainer(m_Communication);
        }
Beispiel #2
0
 internal static void SetCommunication(BroadcastCommunication Communication)
 {
     m_Communication = Communication;
 }