Beispiel #1
0
			public MyDelegate(ImageElement container, UITableView table, NSIndexPath path)
			{
				this.container = container;
				this.table = table;
				this.path = path;
			}
Beispiel #2
0
 public MyDelegate(ImageElement container, UITableView table, NSIndexPath path)
 {
     this.container = container;
     this.table     = table;
     this.path      = path;
 }