예제 #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));
 }