Remove async modifiers from non-async methods

- Use Task.FromResult where needed
This commit is contained in:
John Lewin 2015-12-08 16:56:51 -08:00
parent 623f009182
commit b110118e41
7 changed files with 11 additions and 11 deletions

View file

@ -508,7 +508,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
SetEditButtonsStates();
}
private async void SetEditButtonsStates()
private void SetEditButtonsStates()
{
int selectedCount = libraryDataView.SelectedItems.Count;