예제 #1
0
        private void compoundInterestToolStripMenuItem_Click(object sender, EventArgs e)
        {
            CompoundInterest compint = new CompoundInterest();

            this.Hide();
            compint.Show();
        }
예제 #2
0
        private void compoundInterestTSM_Click_1(object sender, EventArgs e)
        {
            CompoundInterest compint = new CompoundInterest();

            this.Hide();
            compint.Show();
        }