Extract opentabs loading to method, invoke on sign out/in

- Make ReloadAll async
- Issue MatterHackers/MCCentral#4698
Open tabs should track users after sign in/out
This commit is contained in:
John Lewin 2018-12-10 17:45:33 -08:00
parent 6609ce569a
commit 3e0e1703f4
6 changed files with 160 additions and 134 deletions

View file

@ -371,7 +371,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
}
else
{
ApplicationController.Instance.ReloadAll();
ApplicationController.Instance.ReloadAll().ConfigureAwait(false);
}
}
},