コード例 #1
0
ファイル: MainForm.cs プロジェクト: JoshuaHe2015/VISAP2.0_GUI
 private void 单样本检验ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     HypothesisTesting HTForm = new HypothesisTesting();
     HTForm.ShowDialog();
 }
コード例 #2
0
        private void 单样本检验ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            HypothesisTesting HTForm = new HypothesisTesting();

            HTForm.ShowDialog();
        }