Inheritance: 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;
 }