Пример #1
0
        }// CRemoting(String)

        private void Init(String sConfigFilename)
        {
            m_sConfigFilename = sConfigFilename;
            m_sGuid           = "005DF24D-56B1-45d4-838F-780CEBBBFD3E";
            m_sHelpSection    = "";
            m_hIcon           = CResourceStore.GetHIcon("remoting_ico");
            m_oResults        = new CGenericTaskPad(this, "REMOTING_HTML");
            DisplayName       = CResourceStore.GetString("CRemoting:DisplayName");
            Name             = "Remoting Services";
            m_aPropSheetPage = null;
        }// CRemoting
Пример #2
0
        internal CCodeGroups(ref PolicyLevel pl, bool fReadOnly)
        {
            ReadOnly = fReadOnly;

            m_sGuid          = "CA57E69B-C2E6-4791-9F03-D7C83D63C6DA";
            m_sHelpSection   = "";
            m_hIcon          = CResourceStore.GetHIcon("codegroups_ico");
            m_oResults       = new CGenericTaskPad(this, "CODEGROUPS_HTML");
            m_sDisplayName   = CResourceStore.GetString("CCodeGroups:DisplayName");
            m_aPropSheetPage = null;

            m_pl = pl;
        }// CCodeGroups