예제 #1
0
 public void Dispose()
 {
     mParser.SetParsingCompoundProperty(false);
 }
예제 #2
0
파일: CssParser.cs 프로젝트: jorik041/CsCss
 public nsAutoParseCompoundProperty(CssParser aParser)
 {
     mParser = aParser;
     mParser.SetParsingCompoundProperty(true);
 }
예제 #3
0
 public nsAutoParseCompoundProperty(CssParser aParser)
 {
     mParser = aParser;
     mParser.SetParsingCompoundProperty(true);
 }