상속: android.inputmethodservice.AbstractInputMethodService
예제 #1
0
			internal InputMethodSessionImpl(InputMethodService _enclosing) : base(_enclosing)
			{
				this._enclosing = _enclosing;
			}
예제 #2
0
 internal InputMethodSessionImpl(InputMethodService _enclosing) : base(_enclosing)
 {
     this._enclosing = _enclosing;
 }