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