/Tests/Manual/UndoRedoWithMenuUpdate/main.j
http://github.com/cacaodev/cappuccino · Unknown · 18 lines · 14 code · 4 blank · 0 comment · 0 complexity · b33ee0f51d79b8c4574a89b9e6c072ab MD5 · raw file
- /*
- * AppController.j
- * iApplication
- *
- * Created by C. Blair Duncan on May 20, 2010.
- * Copyright 2010, BBDO All rights reserved.
- */
- @import <Foundation/Foundation.j>
- @import <AppKit/AppKit.j>
- @import "AppController.j"
- function main(args, namedArgs)
- {
- CPApplicationMain(args, namedArgs);
- }