IO-70 Begin OEC through partner.

This commit is contained in:
Patrick Fic
2021-11-23 00:30:33 -08:00
parent f175578686
commit 6556c74266
23 changed files with 292 additions and 5 deletions

View File

@@ -17,6 +17,8 @@ namespace BodyshopPartner.ViewModels
p => true,
async p =>
{
// Utils.OEConnection.SendToOEConnection();
await TestGql();
});
}

View File

@@ -144,6 +144,10 @@ namespace BodyshopPartner.ViewModels
private async void _updateTimer_Elapsed(object sender, System.Timers.ElapsedEventArgs e)
{
await updateCheck();
if (UpdateAvailable)
{
await InstallUpdates();
}
}
private void MonitoringPathsChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e)