Esempio n. 1
0
 public override bool ShutDown(Gum.Plugins.PluginShutDownReason shutDownReason)
 {
     // can't be shut down
     return(false);
 }
Esempio n. 2
0
 public override bool ShutDown(Gum.Plugins.PluginShutDownReason shutDownReason)
 {
     return(true);
 }
Esempio n. 3
0
 public override bool ShutDown(Gum.Plugins.PluginShutDownReason shutDownReason)
 {
     GumCommands.Self.GuiCommands.RemoveControl(view);
     return(true);
 }