Exemplo n.º 1
0
 public static Uri GetUriForWoot(WootType wootType)
 {
     return uriDict[wootType].WootUri;
 }
Exemplo n.º 2
0
 public static string GetNameForWoot(WootType wootType)
 {
     return uriDict[wootType].WootName;
 }