Example #1
0
        public JavaScriptViewViewModel(INavigationService navigationService, IContentPackage package) : base(navigationService)
        {
            _basePath = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData);

            _contentPackage = package;
        }
Example #2
0
        public MusicationAbout(INavigationService navigationService, IContentPackage package) : base(navigationService)
        {
            _basePath = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData);

            _contentPackage = package;
        }