Exemple #1
0
 private Content CoerceContent(SyncEventArgs args)
 {
     return new Content() { Clip = null, ContentType = args.ContentType, Description = args.Content };
 }
Exemple #2
0
 protected void OnContentSynced(SyncEventArgs e)
 {
     if (ContentSynced != null)
         ContentSynced(this, e);
 }