Exemplo n.º 1
0
        private void btStatistics_Click(object sender, EventArgs e)
        {
            StatisticsForm statisticsForm = new StatisticsForm(chart, functionName);

            statisticsForm.Show();
        }
Exemplo n.º 2
0
        private void btStatistic6_Click(object sender, EventArgs e)
        {
            StatisticsForm statisticsForm = new StatisticsForm(chartCombined, FUNCTION_NAME);

            statisticsForm.Show();
        }