using MvvmCross.Platforms.Wpf.Views;
using MvvmCross.Platforms.Wpf.Core;
using MvvmCross.Core;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace ProxySuper.WPF
{
///
/// App.xaml 的交互逻辑
///
public partial class App : MvxApplication
{
protected override void RegisterSetup()
{
this.RegisterSetupType>();
}
}
}