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