private void thoToolStripMenuItem_Click(object sender, EventArgs e) { Information info = new Information(); info.ShowDialog(); }
//information shortcut private void helpToolStripButton_Click(object sender, EventArgs e) { Information info = new Information(); info.ShowDialog(); }