using MvvmCross.Core;
using MvvmCross.Platforms.Wpf.Core;
using MvvmCross.Platforms.Wpf.Views;
namespace ProxySuper.WPF
{
///
/// App.xaml 的交互逻辑
///
public partial class App : MvxApplication
{
protected override void RegisterSetup()
{
this.RegisterSetupType();
}
}
}