コード例 #1
0
 protected static void OnDeleting(AttachmentDeletingEventArgs args)
 {
     if (Deleting != null)
     {
         Deleting(null, args);
     }
 }
コード例 #2
0
ファイル: Attachment.cs プロジェクト: modulexcite/ormongo
		protected static void OnDeleting(AttachmentDeletingEventArgs args)
		{
			if (Deleting != null)
				Deleting(null, args);
		}