using System; using System.Drawing; using System.Runtime.InteropServices; using System.Windows.Forms; namespace TimeHACK.Engine.Template { public partial class Infobox95 : UserControl { public Infobox95() { InitializeComponent(); } private void ok_Click(object sender, EventArgs e) { this.ParentForm.Close(); } } }