Add ShowMessageBox overload without callback requirement
This commit is contained in:
parent
aa5175b3a2
commit
f38cd7fc41
16 changed files with 41 additions and 43 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue