IO-70 Begin OEC through partner.
This commit is contained in:
@@ -17,6 +17,8 @@ namespace BodyshopPartner.ViewModels
|
||||
p => true,
|
||||
async p =>
|
||||
{
|
||||
|
||||
// Utils.OEConnection.SendToOEConnection();
|
||||
await TestGql();
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user