Exemplo n.º 1
0
 static ItemsChoiceType3 Translate(ItemsChoiceType choice)
 {
     return((ItemsChoiceType3)Enum.Parse(typeof(ItemsChoiceType3), choice.ToString()));
 }