Added Minimize/Maximize/Close Buttons and took WindowStyle
This commit is contained in:
@@ -13,6 +13,9 @@ public class MainWindowViewModel : ViewModelBase
|
||||
public MainWindowViewModel()
|
||||
{
|
||||
DisplaySplitEvent = new RelayCommand(DisplaySplit);
|
||||
CloseAppEvent = new RelayCommand(CloseApp);
|
||||
MaximizeAppEvent = new RelayCommand(MaximizeApp);
|
||||
MinimizeAppEvent = new RelayCommand(MinimizeApp);
|
||||
|
||||
ColorPalette =
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user