Update to MvvmCross 8; Replace SteamfrontendAPI with fork to fix DLC issues; code refactoring

This commit is contained in:
Jeddunk 2023-12-23 22:55:26 +01:00
parent 991f52e87e
commit 95361440f6
12 changed files with 89 additions and 35 deletions

View file

@ -10,7 +10,7 @@ namespace auto_creamapi
{
protected override void RegisterSetup()
{
this.RegisterSetupType<MvxWpfSetup<Core.MainApplication>>();
this.RegisterSetupType<Setup>();
}
}
}