Ejemplo n.º 1
0
 public void AddImport(StyleSheet.ImportStruct importStruct)
 {
     m_Imports.Add(importStruct);
 }
 public void AddImport(StyleSheet.ImportStruct importStruct)
 {
     builder.AddImport(importStruct);
 }