示例#1
0
 public static VideoClipEvents DeserializeFromXml(string xml)
 {
     return(XMLHelpers.XMLToObject <VideoClipEvents>(xml));
 }
示例#2
0
 public static VideoClipEvent ClipEventFromXml(string xml)
 {
     return(XMLHelpers.XMLToObject <VideoClipEvent>(xml));
 }