mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:43:05 +00:00
started working on a ReactOS bootcamp management application. Just a mockup for now
svn path=/trunk/; revision=40568
This commit is contained in:
parent
06d7de1000
commit
6fe4f11391
3 changed files with 3248 additions and 0 deletions
11
rosapps/nukecamp/NSView.m
Normal file
11
rosapps/nukecamp/NSView.m
Normal file
|
@ -0,0 +1,11 @@
|
|||
#import "NSView.h"
|
||||
|
||||
@implementation NSView
|
||||
- (IBAction)fax:(id)sender {
|
||||
|
||||
}
|
||||
|
||||
- (IBAction)print:(id)sender {
|
||||
|
||||
}
|
||||
@end
|
Loading…
Add table
Add a link
Reference in a new issue