コード例 #1
0
ファイル: FormControl.cs プロジェクト: Yoshisan0/hanim
        public void RemoveElementFromKey(int inElementKey)
        {
            ClsDatMotion clMotion = ClsSystem.GetSelectMotion();

            if (clMotion == null)
            {
                return;
            }

            clMotion.RemoveElemFromIndex(inElementKey);

            this.RefreshAll();
        }