private void buttonCreateIRFiles_Click(object sender, EventArgs e) { CreateIRFile createIRFile = new CreateIRFile(); createIRFile.ShowDialog(this); }