diff --git a/Mystify/ViewModels/MainWindowViewModel.cs b/Mystify/ViewModels/MainWindowViewModel.cs index fad1f10..f332900 100644 --- a/Mystify/ViewModels/MainWindowViewModel.cs +++ b/Mystify/ViewModels/MainWindowViewModel.cs @@ -2,14 +2,10 @@ // Created: 2021-04-06 // Copyright(c) 2021 SimonG. All Rights Reserved. -using System; -using System.Collections.Generic; -using System.Text; - namespace Mystify.ViewModels { public class MainWindowViewModel : ViewModelBase { - public string Greeting => "Test"; + } } diff --git a/Mystify/Views/MainWindow.axaml b/Mystify/Views/MainWindow.axaml index 4eb9772..fbb935e 100644 --- a/Mystify/Views/MainWindow.axaml +++ b/Mystify/Views/MainWindow.axaml @@ -6,12 +6,13 @@ mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="Mystify.Views.MainWindow" Icon="/Resources/TestIcon.ico" - Title="Mystify"> + Title="Mystify" + Background="#FFFFFFFF"> - +