Beispiel #1
0
 /// <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
 }
Beispiel #2
0
 /// <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;
 }