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