using MvvmCross.Platforms.Wpf.Presenters.Attributes; using MvvmCross.Platforms.Wpf.Views; namespace ProxySuper.WPF.Views { [MvxWindowPresentation] public partial class BrookEditorView : MvxWindow { public BrookEditorView() { InitializeComponent(); } } }