Help Info Control für Links zur Hilfeseite erstellt
This commit is contained in:
@@ -31,7 +31,7 @@ namespace BeWo.View.Controls.Utils
|
||||
|
||||
private void btn_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
if (!string.IsNullOrWhiteSpace(Url))
|
||||
if (!string.IsNullOrWhiteSpace(Url) && Url.StartsWith("http"))
|
||||
Process.Start(new ProcessStartInfo(Url) { UseShellExecute = true });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user