diff --git a/LeapMotionDriverWindow/.vs/LeapMotionDriverWindow/v15/sqlite3/storage.ide b/LeapMotionDriverWindow/.vs/LeapMotionDriverWindow/v15/sqlite3/storage.ide new file mode 100644 index 0000000..8313f57 Binary files /dev/null and b/LeapMotionDriverWindow/.vs/LeapMotionDriverWindow/v15/sqlite3/storage.ide differ diff --git a/LeapMotionDriverWindow/MainWindow.xaml.cs b/LeapMotionDriverWindow/MainWindow.xaml.cs index 4d9b78a..5f28270 100644 --- a/LeapMotionDriverWindow/MainWindow.xaml.cs +++ b/LeapMotionDriverWindow/MainWindow.xaml.cs @@ -1,33 +1 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace LeapMotionDriverWindow -{ - /// - /// Interaction logic for MainWindow.xaml - /// - public partial class MainWindow : Window - { - public MainWindow() - { - InitializeComponent(); - } - private void Window_KeyDown(object sender, KeyEventArgs e) - { - if (e.Key == Key.Escape) - Application.Current.Shutdown(); - } - } -} + \ No newline at end of file