Add auto updater
This commit is contained in:
@@ -117,6 +117,12 @@ namespace PamhagenSysCtrl.Windows {
|
||||
} catch { }
|
||||
}
|
||||
|
||||
private async void Menu_Help_CheckForUpdates_Click(object sender, RoutedEventArgs evt) {
|
||||
if (Application.Current is App app) {
|
||||
await app.CheckForUpdates(true);
|
||||
}
|
||||
}
|
||||
|
||||
private void FastSelectButton_EntryTroughStart_Click(object sender, RoutedEventArgs evt) {
|
||||
try {
|
||||
App.Plant?.StartTroughAuger();
|
||||
|
||||
Reference in New Issue
Block a user