Extract Windows only dependency from shared .netstandard project

This commit is contained in:
John Lewin 2018-12-15 09:44:06 -08:00
parent 54c3dbb08e
commit e9eeea8d3d
5 changed files with 6 additions and 388 deletions

View file

@ -255,13 +255,7 @@ namespace MatterHackers.MatterControl
message = "Are you sure you want to abort the current print and close MatterControl?".Localize();
}
}
#if !__ANDROID__
else if (PartsSheet.IsSaving())
{
caption = "Confirm Exit".Localize();
message = "You are currently saving a parts sheet, are you sure you want to exit?".Localize();
}
#endif
if (caption != null)
{
// Record that we are waiting for a response to the request to close