using System.Windows.Forms; namespace EventParser.GUI { public partial class frmAbout : Form { public frmAbout() { InitializeComponent(); } private void button1_Click(object sender, System.EventArgs e) { // remember to fix this } } }