Пример #1
0
        private async void LoadModel()
        {
            var modelFile = await StorageFile.GetFileFromApplicationUriAsync(new Uri(ModelPath));

            Model = await HeroModel.CreateHeroModel(modelFile);
        }