Esempio n. 1
0
 public Pair(styleStateEnum key, Style style)
 {
     this.key   = key;
     this.style = style;
 }
Esempio n. 2
0
 public Pair(styleStateEnum key, Style style)
 {
     this.key = key;
     this.style = style;
 }
Esempio n. 3
0
 public Pair(styleStateEnum key, string styleUrl)
 {
     this.key      = key;
     this.styleUrl = styleUrl;
 }
Esempio n. 4
0
 public Pair(styleStateEnum key, string styleUrl)
 {
     this.key = key;
     this.styleUrl = styleUrl;
 }