コード例 #1
0
        public static Scorm2004.objectiveIDType Translate(Scorm1_2.objectiveIDType i)
        {
            if (i == null)
            {
                return(null);
            }

            Scorm2004.objectiveIDType ret = new Scorm2004.objectiveIDType();
            ret.id = i.id;
            return(ret);
        }
コード例 #2
0
        public static Scorm1_2.objectiveIDType Translate(Scorm2004.objectiveIDType i)
        {
            if (i == null) return null;

            Scorm1_2.objectiveIDType ret = new Scorm1_2.objectiveIDType();
            ret.id = i.id;
            return ret;
        }