File sharing made easy.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
348 B

//
// MGMAutoUpdateField.m
// CocoaShare
//
// Created by James on 1/17/11.
// Copyright (c) 2011 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/
//
#import "MGMAutoUpdateField.h"
@implementation MGMAutoUpdateField
- (void)keyUp:(NSEvent *)theEvent {
[self sendAction:[self action] to:[self target]];
}
@end