private void AbilityEditorThread() { AbilityEditor abed = new AbilityEditor(); abed.Show(); abed.Focus(); abed.Activate(); }