More Prism stuff

This commit is contained in:
Holger Boerchers
2018-07-31 20:58:55 +02:00
parent 9c23948f38
commit 947db44090
9 changed files with 55 additions and 34 deletions

View File

@ -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);
}
}
}