コード例 #1
0
ファイル: Absinthe.cs プロジェクト: QardenEden/Absinthe
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmAbout AboutForm = new frmAbout(_AbsintheState.PluginList.ToArray());
     AboutForm.ShowDialog();
 }