Disable main window until DLLs are ready
Other code changes
This commit is contained in:
parent
092c8f3277
commit
bf7f309ea6
8 changed files with 199 additions and 121 deletions
|
@ -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"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue