Inheritance: android.inputmethodservice.AbstractInputMethodService
Beispiel #1
0
			internal InputMethodSessionImpl(InputMethodService _enclosing) : base(_enclosing)
			{
				this._enclosing = _enclosing;
			}
Beispiel #2
0
 internal InputMethodSessionImpl(InputMethodService _enclosing) : base(_enclosing)
 {
     this._enclosing = _enclosing;
 }