Add ShowMessageBox overload without callback requirement

This commit is contained in:
John Lewin 2017-10-18 19:54:06 -07:00
parent aa5175b3a2
commit f38cd7fc41
16 changed files with 41 additions and 43 deletions

View file

@ -260,7 +260,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
default:
printer.Connection.SendLineToPrinterNow("M115");
StyledMessageBox.ShowMessageBox(null, noEepromMappingMessage, noEepromMappingTitle, StyledMessageBox.MessageType.OK);
StyledMessageBox.ShowMessageBox(noEepromMappingMessage, noEepromMappingTitle, StyledMessageBox.MessageType.OK);
break;
}
#endif