コード例 #1
0
ファイル: MainFE6Form.cs プロジェクト: MrMeow76/FEBuilderGBA
 private void ExportEAEventToolButton_Click(object sender, EventArgs e)
 {
     ToolExportEAEventForm f = (ToolExportEAEventForm)InputFormRef.JumpForm <ToolExportEAEventForm>();
 }
コード例 #2
0
ファイル: MainFE6Form.cs プロジェクト: MrMeow76/FEBuilderGBA
 private void ExportEAEventToolStripMenuItem_Click(object sender, EventArgs e)
 {
     ToolExportEAEventForm f = (ToolExportEAEventForm)InputFormRef.JumpForm <ToolExportEAEventForm>();
 }