diff --git a/Source/HDRProfile/App.xaml b/Source/HDRProfile/App.xaml index 7a0c4dc..a27c120 100644 --- a/Source/HDRProfile/App.xaml +++ b/Source/HDRProfile/App.xaml @@ -18,10 +18,6 @@ https://paypal.me/HeikoH89 https://github.com/Codectory/AutoHDR - - - - #2ac987 #ff6666 @@ -66,7 +62,7 @@ #FFC5CBF9 Black #FFC5CBF9 - + 15 #fa4d4d @@ -125,9 +121,20 @@ 3 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Source/HDRProfile/Views/AutoHDRLicenseView.xaml.cs b/Source/HDRProfile/Views/AutoHDRLicenseView.xaml.cs new file mode 100644 index 0000000..babc7aa --- /dev/null +++ b/Source/HDRProfile/Views/AutoHDRLicenseView.xaml.cs @@ -0,0 +1,29 @@ +using System.Diagnostics; +using System.Windows.Controls; +using System.Windows.Navigation; + +namespace AutoHDR.Views +{ + /// + /// Interaktionslogik für HDRProfileInfoView.xaml + /// + public partial class AutoHDRLicenseView : UserControl + { + public AutoHDRLicenseView() + { + InitializeComponent(); + } + + private void Hyperlink_RequestNavigate(object sender, RequestNavigateEventArgs e) + { + + // for .NET Core you need to add UseShellExecute = true + // see https://docs.microsoft.com/dotnet/api/system.diagnostics.processstartinfo.useshellexecute#property-value + Process.Start(new ProcessStartInfo(e.Uri.AbsoluteUri)); + e.Handled = true; + + } + + + } +} diff --git a/Source/HDRProfile/Views/AutoHDRLogsView.xaml b/Source/HDRProfile/Views/AutoHDRLogsView.xaml index ad66faa..4cac1fe 100644 --- a/Source/HDRProfile/Views/AutoHDRLogsView.xaml +++ b/Source/HDRProfile/Views/AutoHDRLogsView.xaml @@ -35,7 +35,7 @@ - + @@ -54,41 +54,6 @@ - - - - - - - - - - - - - - - + +