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