コード例 #1
0
ファイル: AdapterView.cs プロジェクト: hakeemsm/XobotOS
			internal SelectionNotifier(AdapterView<T> _enclosing)
			{
				this._enclosing = _enclosing;
			}
コード例 #2
0
ファイル: AdapterView.cs プロジェクト: hakeemsm/XobotOS
			public AdapterDataSetObserver(AdapterView<T> _enclosing)
			{
				this._enclosing = _enclosing;
				mInstanceState = null;
			}