예제 #1
0
 public StyleController()
 {
     _styleParser = new StyleParser();
 }
예제 #2
0
 public void Setup()
 {
     _uut = new StyleParser();
 }