コード例 #1
0
        private void btn_compute_method_Click(object sender, EventArgs e)
        {
            frm_match_compute_method_analyse frm = new frm_match_compute_method_analyse();

            frm.Show();
        }
コード例 #2
0
 private void btn_compute_method_Click(object sender, EventArgs e)
 {
     frm_match_compute_method_analyse frm = new frm_match_compute_method_analyse();
     frm.Show();
 }