ARUP.IssueTracker.Navisworks.Plugin.DestroyControlPane C# (CSharp) Method

DestroyControlPane() public method

public DestroyControlPane ( Control pane ) : void
pane System.Windows.Forms.Control
return void
    public override void DestroyControlPane(Control pane)
    {
      ns.mainPan.onClosing(null);
      pane.Dispose();
    }
  }