public TableDelegate (MainViewController mvc)
			{
				this.mvc = mvc;
			}
Ejemplo n.º 2
0
 public TableDelegate(MainViewController mvc)
 {
     this.mvc = mvc;
 }
			public DataSource (MainViewController mvc)
			{
				this.mvc = mvc;
			}
Ejemplo n.º 4
0
 public DataSource(MainViewController mvc)
 {
     this.mvc = mvc;
 }