コード例 #1
0
 public EditorImpl(SharedPreferencesImpl _enclosing)
 {
     this._enclosing = _enclosing;
     mModified       = null;
     mClear          = false;
 }
コード例 #2
0
			public EditorImpl(SharedPreferencesImpl _enclosing)
			{
				this._enclosing = _enclosing;
				mModified = null;
				mClear = false;
			}