private void cmdBoxPlot_Click(object sender, EventArgs e) { Form boxPlot = new BoxPlot(m_Data, m_Lambda, m_DataDescriptions); boxPlot.Show(); }
private void cmdBoxPlot_Click(object sender, EventArgs e) { Form boxPlot = new BoxPlot(m_Data,m_Lambda,m_DataDescriptions); boxPlot.Show(); }