More Prism stuff
This commit is contained in:
@ -18,15 +18,5 @@ namespace Example
|
||||
a.ManifestModule.GetPEKind(out var peKind, out var machine);
|
||||
Title = $"{version} | {peKind} | {machine}";
|
||||
}
|
||||
|
||||
private async void MainWindow_OnContentRendered(object sender, EventArgs e)
|
||||
{
|
||||
await Katteker.UserInterface.CheckForUpdateAsync(true).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
private async void ButtonBase_OnClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
await Katteker.UserInterface.CheckForUpdateAsync().ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user