Exemplo n.º 1
0
        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();
 }