示例#1
0
 public void OnAlertDidEnd(NSAlert alert, nint returnCode, IntPtr context)
 {
     try {
         if (action != null)
         {
             action(returnCode);
         }
     } finally {
         action = null;
         DangerousRelease();
     }
 }
示例#2
0
 public void OnAlertDidEnd(NSAlert alert, nint returnCode, IntPtr context)
 {
     try {
         if (action != null)
             action (returnCode);
     } finally {
         action = null;
         DangerousRelease ();
     }
 }