-
Notifications
You must be signed in to change notification settings - Fork 5
MesWindow
Mark Kromis edited this page Oct 21, 2019
·
1 revision
Sets up the initial window to make using multiple editors/documents easier to use.
- WPF (Framework)
Use this for the main window in the root of the project. This will tie into the appropriate themes and setup main window.
<mes:MesWindow
....
x:Class="...MainWindow"
xmlns:mes="clr-namespace:MinoriEditorShell.Platforms.Wpf.Views;assembly=MinoriEditorShell"
....>
<Grid>
</Grid>
</mes:MesRibbonWindow>
Set the code behind to use the same partial inherited class.