private void btnInfo_Click(object sender, EventArgs e) { MainWindow m = new MainWindow(); m.ShowDialog(); }