Exemple #1
0
 public CSSCompressItem(CSSItemType type, string val, bool remove_whitespace)
 {
     this.type = type;
     this.val = val;
     this.removeWhiteSpace = remove_whitespace;
 }
Exemple #2
0
 public CSSCompressItem(CSSItemType type, string val, bool remove_whitespace)
 {
     this.type             = type;
     this.val              = val;
     this.removeWhiteSpace = remove_whitespace;
 }