private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { AboutCalculator frm = new AboutCalculator(); frm.TopMost = true; frm.Show(); }
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(); }