예제 #1
0
 public MMNumberKeyboard(CGRect Frame, /*inputViewStyle*/ UIInputViewStyle inputViewStyle) : base(Frame, /*inputViewStyle*/ inputViewStyle)
 {
     //this = base.init(Frame ,/*inputViewStyle*/ inputViewStyle);
     //if (this) {
     this._commonInit();
     //}
     //return this;
 }
		public MMNumberKeyboard(CGRect  Frame,/*inputViewStyle*/ UIInputViewStyle inputViewStyle ,/*locale*/  NSLocale  locale):base(Frame ,/*inputViewStyle*/ inputViewStyle){
			//this = base.init(Frame ,/*inputViewStyle*/ inputViewStyle);
			//if (this) {
				this.locale = locale;
				this._commonInit();
			//}
			//return this;
		}
예제 #3
0
 public UIInputView(CGRect frame, UIInputViewStyle inputViewStyle)
 {
 }