Inheritance: Artemis.Models.GameModel
コード例 #1
0
ファイル: Witcher3ViewModel.cs プロジェクト: Eeglis/Artemis
 public Witcher3ViewModel(MainManager main, IProfileEditorVmFactory pFactory, Witcher3Model model)
     : base(main, model, pFactory)
 {
     DisplayName = "The Witcher 3";
 }
コード例 #2
0
 public Witcher3ViewModel(MainManager main, IProfileEditorVmFactory pFactory, Witcher3Model model)
     : base(main, model, pFactory)
 {
     DisplayName = "The Witcher 3";
 }