Change message confirmation dialogs from modal to async w/callback.

This commit is contained in:
kevinepope 2014-10-21 21:20:09 -07:00
parent b7da8de443
commit e936fe98f7
20 changed files with 158 additions and 98 deletions

View file

@ -272,7 +272,7 @@ namespace MatterHackers.MatterControl.DataStorage
GenerateSampleData sampleData = new GenerateSampleData();
}
else
{
{
ValidateSchema();
}
StartSession();