diff --git a/.vs/bayoen-star/v15/.suo b/.vs/bayoen-star/v15/.suo index 42e438f..b144eb5 100644 Binary files a/.vs/bayoen-star/v15/.suo and b/.vs/bayoen-star/v15/.suo differ diff --git a/.vs/bayoen-star/v15/Server/sqlite3/storage.ide b/.vs/bayoen-star/v15/Server/sqlite3/storage.ide index 0bb12ce..6174865 100644 Binary files a/.vs/bayoen-star/v15/Server/sqlite3/storage.ide and b/.vs/bayoen-star/v15/Server/sqlite3/storage.ide differ diff --git a/.vs/bayoen-star/v15/Server/sqlite3/storage.ide-wal b/.vs/bayoen-star/v15/Server/sqlite3/storage.ide-wal index 44297e9..3214682 100644 Binary files a/.vs/bayoen-star/v15/Server/sqlite3/storage.ide-wal and b/.vs/bayoen-star/v15/Server/sqlite3/storage.ide-wal differ diff --git a/bayoen-star-exe/DisplayGrid.cs b/bayoen-star-exe/DisplayGrid.cs index 26ef8d0..462760c 100644 --- a/bayoen-star-exe/DisplayGrid.cs +++ b/bayoen-star-exe/DisplayGrid.cs @@ -1,16 +1,6 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.IO; -using System.Threading.Tasks; - -using js = Newtonsoft.Json; -using jl = Newtonsoft.Json.Linq; +using System.Collections.Generic; using System.Windows.Controls; -using System.Windows.Media; using System.Windows; -using System.Windows.Media.Imaging; namespace bayoen { diff --git a/bayoen-star-exe/MainWindow.xaml b/bayoen-star-exe/MainWindow.xaml index ebc708a..5a51eec 100644 --- a/bayoen-star-exe/MainWindow.xaml +++ b/bayoen-star-exe/MainWindow.xaml @@ -10,6 +10,7 @@ ResizeMode="NoResize" Height="120" Width="525" MouseLeftButtonDown="MetroWindow_MouseLeftButtonDown" + KeyDown="MetroWindow_KeyDown" Closing="MetroWindow_Closing"> @@ -35,7 +36,7 @@ -