if (this.InvokeRequired)
this.Invoke(new MethodInvoker(() => { this.Close(); }));
else
this.Close();
if (this.InvokeRequired)
this.Invoke(new MethodInvoker(() => { this.Close(); }));
else
this.Close();