コード例 #1
0
        private void About_Click(object sender, EventArgs e)
        {
            AboutPaint frmAbout = new AboutPaint();

            frmAbout.ShowDialog();
        }
コード例 #2
0
ファイル: Form1.cs プロジェクト: Vorafas/paint
        private void оПрограммеToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AboutPaint frmAbout = new AboutPaint();

            frmAbout.ShowDialog();
        }
コード例 #3
0
        private void оПрограммеToolStripMenuItem_Click(object sender, EventArgs e)       //о программе
        {
            AboutPaint a = new AboutPaint();

            a.Show();
        }
コード例 #4
0
        private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AboutPaint aboutPaint = new AboutPaint();

            aboutPaint.ShowDialog();
        }