コード例 #1
0
        private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AboutCalculator frm = new AboutCalculator();

            frm.TopMost = true;
            frm.Show();
        }
コード例 #2
0
ファイル: Form1.cs プロジェクト: tranthanhphong/cSharpProject
 string[] files, paths; // declare string array (show song name in playlist)
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     AboutCalculator frm = new AboutCalculator();
     frm.TopMost = true;
    
     frm.Show();
 }