Ejemplo n.º 1
0
 protected static void OnDeleting(AttachmentDeletingEventArgs args)
 {
     if (Deleting != null)
     {
         Deleting(null, args);
     }
 }
Ejemplo n.º 2
0
		protected static void OnDeleting(AttachmentDeletingEventArgs args)
		{
			if (Deleting != null)
				Deleting(null, args);
		}