Esempio n. 1
0
 internal static File File(XmlRpcFile input)
 {
     return(new File
     {
         FileContent = input.file,
         Type = input.type,
         URL = input.url
     });
 }
Esempio n. 2
0
 internal static File File(XmlRpcFile input)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 internal static File File(XmlRpcFile input)
 {
     throw new NotImplementedException();
 }