diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..5a5216f --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,6 @@ + + + + 10.0 + + \ No newline at end of file diff --git a/MapTP.App/AboutWindow.xaml b/MapTP.App/AboutWindow.xaml index 7994a16..0a9b685 100644 --- a/MapTP.App/AboutWindow.xaml +++ b/MapTP.App/AboutWindow.xaml @@ -6,6 +6,9 @@ xmlns:local="clr-namespace:MapTP.App" mc:Ignorable="d" Title="About MapTP" Height="237" Width="400"> + + + @@ -16,5 +19,6 @@ Source code + diff --git a/MapTP.App/AboutWindow.xaml.cs b/MapTP.App/AboutWindow.xaml.cs index f1902be..d1533fd 100644 --- a/MapTP.App/AboutWindow.xaml.cs +++ b/MapTP.App/AboutWindow.xaml.cs @@ -1,17 +1,9 @@ using System; -using System.Collections.Generic; using System.Diagnostics; -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.Shapes; +using Walterlv.Windows.Effects; namespace MapTP.App { @@ -27,6 +19,13 @@ private void Hyperlink_Click(object sender, RoutedEventArgs e) Hyperlink link = sender as Hyperlink; Process.Start(new ProcessStartInfo(link.NavigateUri.AbsoluteUri)); } + + + + private void Close(object sender, RoutedEventArgs e) + { + Close(); + } } diff --git a/MapTP.App/App.config b/MapTP.App/App.config index 56efbc7..4bfa005 100644 --- a/MapTP.App/App.config +++ b/MapTP.App/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/MapTP.App/CalibrateWindow.xaml b/MapTP.App/CalibrateWindow.xaml index bbffcff..89e694a 100644 --- a/MapTP.App/CalibrateWindow.xaml +++ b/MapTP.App/CalibrateWindow.xaml @@ -7,7 +7,7 @@ mc:Ignorable="d" Title="Touchpad size calibration" Height="200" Width="400"> - +