MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / UpdateReleaseNotes_Click

Method UpdateReleaseNotes_Click

ui/MainWindow.xaml.cs:222–232  ·  view source on GitHub ↗
(object sender, RoutedEventArgs e)

Source from the content-addressed store, hash-verified

220 }
221
222 private void UpdateReleaseNotes_Click(object sender, RoutedEventArgs e)
223 {
224 if (_pendingUpdate?.HtmlUrl != null)
225 {
226 System.Diagnostics.Process.Start(new System.Diagnostics.ProcessStartInfo
227 {
228 FileName = _pendingUpdate.HtmlUrl,
229 UseShellExecute = true
230 });
231 }
232 }
233
234 private void UpdateSkip_Click(object sender, RoutedEventArgs e)
235 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected