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