private void Migrate(Action p) { if (ww.InvokeRequired) { ww.Invoke(p); } else if (ww.IsHandleCreated) { p(); } }