コード例 #1
0
        private void aboutFunct()
        {
            aboutBagels showAbout = new aboutBagels();//creates about object for display

            showAbout.Show();
        }
コード例 #2
0
ファイル: Form1.cs プロジェクト: Doomfires/CSC-3220-projects
        //event handler for about button
        private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
        {
            aboutBagels showAbout = new aboutBagels();//creates about object for display

            showAbout.Show();
        }