Disable main window until DLLs are ready

Other code changes
This commit is contained in:
Jeddunk 2020-12-23 19:13:52 +01:00
parent 092c8f3277
commit bf7f309ea6
8 changed files with 199 additions and 121 deletions

View file

@ -26,7 +26,7 @@ namespace auto_creamapi
private void ProgressBar_OnValueChanged(object sender, RoutedPropertyChangedEventArgs<double> e)
{
MyLogger.Log.Information(ProgressBar.Value.ToString("N"));
//MyLogger.Log.Information(ProgressBar.Value.ToString("N"));
}
}
}