コード例 #1
0
        private void btStatistics_Click(object sender, EventArgs e)
        {
            StatisticsForm statisticsForm = new StatisticsForm(chart, functionName);

            statisticsForm.Show();
        }
コード例 #2
0
ファイル: Form1.cs プロジェクト: denklewer/data-processing
        private void btStatistic6_Click(object sender, EventArgs e)
        {
            StatisticsForm statisticsForm = new StatisticsForm(chartCombined, FUNCTION_NAME);

            statisticsForm.Show();
        }