コード例 #1
0
ファイル: MainForm.cs プロジェクト: dimenatar/Mathematics
        private void button3_Click(object sender, EventArgs e)
        {
            Integrals integrals = new Integrals();

            integrals.ShowDialog();
        }