Added event handler to trigger after ui reload.
This commit is contained in:
parent
dd34371608
commit
7fb1fd0681
2 changed files with 42 additions and 1 deletions
|
|
@ -169,7 +169,10 @@ namespace MatterHackers.MatterControl.ActionBar
|
|||
{
|
||||
connectionWindow = new ConnectionWindow();
|
||||
this.connectionWindowIsOpen = true;
|
||||
|
||||
//This function gets called on printer selection (see onActivePrinterChanged)
|
||||
this.functionToCallOnSelect = functionToCallOnSelect;
|
||||
|
||||
connectionWindow.Closed += new EventHandler(ConnectionWindow_Closed);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue