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