© 2026 Hedgehog Software, LLC
internal void RedirectWebView(string url) { try { wvMain.Source = new UrlWebViewSource { Url = url }; } catch (Exception ex) { Debug.WriteLine(ex.Message); } }