public void RemoveElementFromKey(int inElementKey) { ClsDatMotion clMotion = ClsSystem.GetSelectMotion(); if (clMotion == null) { return; } clMotion.RemoveElemFromIndex(inElementKey); this.RefreshAll(); }