MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / WindowLoaded

Method WindowLoaded

loader/MainWindow.xaml.cs:24–34  ·  view source on GitHub ↗
(object sender, RoutedEventArgs e)

Source from the content-addressed store, hash-verified

22 }
23
24 private void WindowLoaded(object sender, RoutedEventArgs e)
25 {
26 Loaded -= WindowLoaded;
27
28 Topmost = true;
29 Show();
30 Topmost = false;
31
32 GC.Collect();
33 Updater.CheckUpdate();
34 }
35
36 private void ThemeButtonClick(object sender, RoutedEventArgs e)
37 {

Callers

nothing calls this directly

Calls 1

CheckUpdateMethod · 0.80

Tested by

no test coverage detected