コード例 #1
0
ファイル: Form1.cs プロジェクト: HoTTab1CH/EVE-Intel-Monitor
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     helpForm = new HelpForm(this.Location.X, this.Location.Y);
     helpForm.Show();
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: HoTTab1CH/EVE-Intel-Monitor
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     helpForm = new HelpForm(this.Location.X, this.Location.Y);
     helpForm.Show();
 }