Exemplo n.º 1
0
 public static IColorSwitchState ToColorSwitch(this XElement element)
 {
     return(ReadOnlyColorSwitchState.FromXElement(element));
 }