using MvvmCross.Core; using MvvmCross.Platforms.Wpf.Core; namespace auto_creamapi { /// /// Interaction logic for App.xaml /// public partial class App { protected override void RegisterSetup() { this.RegisterSetupType(); } } }