using MvvmCross.Platforms.Wpf.Presenters.Attributes; using MvvmCross.Platforms.Wpf.Views; namespace ProxySuper.WPF.Views { /// /// TrojanEditorView.xaml 的交互逻辑 /// [MvxWindowPresentation(Identifier = nameof(TrojanGoEditorView), Modal = false)] public partial class TrojanGoEditorView : MvxWindow { public TrojanGoEditorView() { InitializeComponent(); } } }