Remove async modifiers from non-async methods
- Use Task.FromResult where needed
This commit is contained in:
parent
623f009182
commit
b110118e41
7 changed files with 11 additions and 11 deletions
|
|
@ -508,7 +508,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
SetEditButtonsStates();
|
||||
}
|
||||
|
||||
private async void SetEditButtonsStates()
|
||||
private void SetEditButtonsStates()
|
||||
{
|
||||
int selectedCount = libraryDataView.SelectedItems.Count;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue