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