Ejemplo n.º 1
0
 public void SheetDidEndReturnCodeContextInfo(NSAlert alert, NSInteger returnCode, IntPtr contextInfo)
 {
     this.modalDelegate(alert, returnCode, contextInfo);
     this.Autorelease();
 }