예제 #1
0
파일: MainForm.cs 프로젝트: tchen0123/kora
        private void ForwardClicked(object sender, EventArgs e)
        {
            BenchmarkType currentType = GetBenchmarkType();
            ChartForm     chart       = new ChartForm(currentType, MarkedTypes(), Start, Count, Step, Control);

            chart.ShowDialog();
        }
예제 #2
0
파일: MainForm.cs 프로젝트: vosen/kora
 private void ForwardClicked(object sender, EventArgs e)
 {
     BenchmarkType currentType  = GetBenchmarkType();
     ChartForm chart = new ChartForm(currentType, MarkedTypes(), Start, Count, Step, Control);
     chart.ShowDialog();
 }