예제 #1
0
파일: TMConfig.cs 프로젝트: TeamMentor/Dev
        public TMConfig()
        {
            Current                 = this;

            TMSetup                 = new TMSetup_Config();
            TMSecurity              = new TMSecurity_Config();
            TMErrorMessages         = new TMErrorMessages_Config();
            WindowsAuthentication   = new WindowsAuthentication_Config();
            OnInstallation          = new OnInstallation_Config();
            VirtualArticles         = new VirtualArticles_Config();
        }
예제 #2
0
        public TMConfig()
        {
            Current = this;

            TMSetup               = new TMSetup_Config();
            TMSecurity            = new TMSecurity_Config();
            TMErrorMessages       = new TMErrorMessages_Config();
            WindowsAuthentication = new WindowsAuthentication_Config();
            OnInstallation        = new OnInstallation_Config();
            VirtualArticles       = new VirtualArticles_Config();
        }