更新整理
This commit is contained in:
@@ -36,7 +36,7 @@ public class HyperlinkButton : Button
|
||||
|
||||
ProcessStartInfo sInfo = new(new Uri(NavigateUri).AbsoluteUri) { UseShellExecute = true };
|
||||
|
||||
_ = Process.Start(sInfo);
|
||||
Process.Start(sInfo);
|
||||
} catch(Exception e)
|
||||
{
|
||||
Debug.WriteLine(e);
|
||||
|
||||
Reference in New Issue
Block a user