mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update HyperlinkText.cs
This commit is contained in:
parent
5e918dab42
commit
7fb875347a
|
|
@ -50,7 +50,7 @@ namespace MapControl
|
|||
{
|
||||
try
|
||||
{
|
||||
Process.Start(e.Uri.ToString());
|
||||
Process.Start(new ProcessStartInfo(e.Uri.ToString()) { UseShellExecute = true });
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue