home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 2002 February / MACPOWER-2002-02.ISO.7z / MACPOWER-2002-02.ISO / MacPowerオリジナル⁄連載 / P.264⁄Cocoa / Cocoa6-2 / MyController.m < prev   
Text File  |  2001-12-12  |  144b  |  11 lines

  1. #import "MyController.h"
  2.  
  3. @implementation MyController
  4.  
  5. - (IBAction)myAction:(id)sender
  6. {
  7.     [NSApp orderFrontStandardAboutPanel:sender];
  8. }
  9.  
  10. @end
  11.