private void compilerToolStripMenuItem_Click(object sender, EventArgs e) { CompilerForm form = new CompilerForm(); form.ShowDialogCenter(this); }