2 references to SettingsUri
Microsoft.Maui.Essentials (2)
AppInfo\AppInfo.uwp.cs (2)
56
global::Windows.System.Launcher.LaunchUriAsync(new Uri(
SettingsUri
)).WatchForError();
58
Process.Start(new ProcessStartInfo { FileName =
SettingsUri
, UseShellExecute = true });