示例#1
0
文件: TestForm.cs 项目: sempuki/code
 private Content CoerceContent(SyncEventArgs args)
 {
     return new Content() { Clip = null, ContentType = args.ContentType, Description = args.Content };
 }
示例#2
0
 protected void OnContentSynced(SyncEventArgs e)
 {
     if (ContentSynced != null)
         ContentSynced(this, e);
 }