Exemple #1
0
        private void benchmarkToolStripMenuItem_Click(object sender, EventArgs e)
        {
            BenchmarkForm frm = new BenchmarkForm();

            frm.ShowDialog();
        }
Exemple #2
0
 private void benchmarkToolStripMenuItem_Click(object sender, EventArgs e)
 {
     BenchmarkForm frm = new BenchmarkForm();
     frm.ShowDialog();
 }