/// <summary> /// Occurs when this tool is clicked /// </summary> public override void OnClick() { pDrawDenplot = new frmDrawDenPlot(); pDrawDenplot.chk3D.Visible = false; pDrawDenplot.Show(); // TODO: Add toolDenPlot.OnClick implementation }
/// <summary> /// Occurs when this tool is clicked /// </summary> public override void OnClick() { pDrawDenplot = new frmDrawDenPlot(); pDrawDenplot.Show(); // TODO: Add toolDenPlot.OnClick implementation //For This symolization pDrawDenplot.blnBoxplot = true; }