Artemis.Modules.Games.Witcher3.Witcher3ViewModel.Witcher3ViewModel C# (CSharp) 메소드

Witcher3ViewModel() 공개 메소드

public Witcher3ViewModel ( MainManager main, IProfileEditorVmFactory pFactory, Witcher3Model model ) : System
main Artemis.Managers.MainManager
pFactory IProfileEditorVmFactory
model Witcher3Model
리턴 System
        public Witcher3ViewModel(MainManager main, IProfileEditorVmFactory pFactory, Witcher3Model model)
            : base(main, model, pFactory)
        {
            DisplayName = "The Witcher 3";
        }