Ejemplo n.º 1
0
 public uint CommitStyle(XMLStyleModel style)
 {
     style.Index = this._styles.Add(style);
     return(style.Index);
 }
Ejemplo n.º 2
0
 public XMLStyleModel CreateStyle(XMLStyleModel src)
 {
     return((XMLStyleModel)src.cloneStyle(true));
 }