private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { frmAbout AboutForm = new frmAbout(_AbsintheState.PluginList.ToArray()); AboutForm.ShowDialog(); }