Artemis.Modules.Effects.WindowsProfile.WindowsProfileModel.WindowsProfileModel C# (CSharp) 메소드

WindowsProfileModel() 공개 메소드

public WindowsProfileModel ( ILogger logger, MainManager mainManager ) : System
logger ILogger
mainManager Artemis.Managers.MainManager
리턴 System
        public WindowsProfileModel(ILogger logger, MainManager mainManager)
            : base(mainManager, SettingsProvider.Load<WindowsProfileSettings>(), new WindowsProfileDataModel())
        {
            _logger = logger;
            Name = "WindowsProfile";
        }