private void costEntryButton_Click(object sender, EventArgs e)
        {
            InvestmentUI inUI = new InvestmentUI();

            inUI.ShowDialog();
        }
コード例 #2
0
 private void costEntryButton_Click_1(object sender, EventArgs e)
 {
     InvestmentUI inUI = new InvestmentUI();
     inUI.ShowDialog();
 }