Ejemplo n.º 1
0
 private void AddHistory(IManDocument iMDoc, imHistEventCommentType imHistEventCommentType)
 {
     iMDoc.HistoryList.Add(imHistEventCommentType.ToString().ToEnum<imHistEvent>().Value, 0, 0, IMConstant.CONST_APP_NAME, imHistEventCommentType.ToEnumAttr<imHistEventCommentType, DescriptionAttribute>().Description, IMConstant.CONST_APP_NAME, "", "", null, null, null);
 }