Example #1
0
 public ViewHolder(FileListAdapter outerInstance)
 {
     this.outerInstance = outerInstance;
 }
			public ViewHolder(FileListAdapter outerInstance)
			{
				this.outerInstance = outerInstance;
			}
Example #3
0
 public OnCheckedChangeListenerAnonymousInnerClassHelper(FileListAdapter outerInstance, string fileName)
 {
     this.outerInstance = outerInstance;
     this.fileName      = fileName;
 }
			public OnCheckedChangeListenerAnonymousInnerClassHelper(FileListAdapter outerInstance, string fileName)
			{
				this.outerInstance = outerInstance;
				this.fileName = fileName;
			}