Exemple #1
0
 public Pair(styleStateEnum key, Style style)
 {
     this.key   = key;
     this.style = style;
 }
 public Pair(styleStateEnum key, Style style)
 {
     this.key = key;
     this.style = style;
 }
Exemple #3
0
 public Pair(styleStateEnum key, string styleUrl)
 {
     this.key      = key;
     this.styleUrl = styleUrl;
 }
 public Pair(styleStateEnum key, string styleUrl)
 {
     this.key = key;
     this.styleUrl = styleUrl;
 }