コード例 #1
0
ファイル: ControlServer.cs プロジェクト: lardc/mme_software
        internal ExternalControlServer()
        {
            m_Communication = new BroadcastCommunication();
            //чтобы SystemHost мог говорить UI о том, что процесс синхронизации баз данных как-то завершился - сообщаем ему значение m_Communication
            SystemHost.SetCommunication(m_Communication);

            _IoMain = new LogicContainer(m_Communication);
        }
コード例 #2
0
 internal static void SetCommunication(BroadcastCommunication Communication)
 {
     m_Communication = Communication;
 }