Inheritance: IDiscoveryServerListener, ICommandServerListener
コード例 #1
0
ファイル: GlowBackend.cs プロジェクト: QuinnDamerell/Glow
        public GlowBackend(bool isApp)
        {
            m_isApp = isApp;

            if(m_isApp)
            {
                // Only create these classes if we are an app
                AppSetting = new AppSettings();
                ConnectionManager = new AppConnectionManager();
            }
        }
コード例 #2
0
        public GlowBackend(bool isApp)
        {
            m_isApp = isApp;

            if (m_isApp)
            {
                // Only create these classes if we are an app
                AppSetting        = new AppSettings();
                ConnectionManager = new AppConnectionManager();
            }
        }