예제 #1
0
 public StylingVisitor(DotvvmConfiguration configuration)
 {
     this.configuration = configuration;
     this.Matcher       = configuration.Styles.CreateMatcher();
 }
예제 #2
0
 public StylingVisitor(StyleMatcher matcher)
 {
     this.Matcher = matcher;
 }
예제 #3
0
 public StylingVisitor(StyleMatcher matcher)
 {
     this.Matcher = matcher;
 }