Exemplo n.º 1
0
        private void ForwardClicked(object sender, EventArgs e)
        {
            BenchmarkType currentType = GetBenchmarkType();
            ChartForm     chart       = new ChartForm(currentType, MarkedTypes(), Start, Count, Step, Control);

            chart.ShowDialog();
        }
Exemplo n.º 2
0
 private void ForwardClicked(object sender, EventArgs e)
 {
     BenchmarkType currentType  = GetBenchmarkType();
     ChartForm chart = new ChartForm(currentType, MarkedTypes(), Start, Count, Step, Control);
     chart.ShowDialog();
 }