Ejemplo n.º 1
0
 internal static Option Option(XmlRpcOption input)
 {
     return(new Option
     {
         Key = input.option,
         Value = input.value
     });
 }
Ejemplo n.º 2
0
 internal static Option Option(XmlRpcOption input)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 internal static Option Option(XmlRpcOption input)
 {
     throw new NotImplementedException();
 }