예제 #1
0
파일: Mapper.cs 프로젝트: mpmagic/JoeBlogs
 internal static Option Option(XmlRpcOption input)
 {
     return(new Option
     {
         Key = input.option,
         Value = input.value
     });
 }
예제 #2
0
 internal static Option Option(XmlRpcOption input)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 internal static Option Option(XmlRpcOption input)
 {
     throw new NotImplementedException();
 }