public TableDelegate (MainViewController mvc)
			{
				this.mvc = mvc;
			}
예제 #2
0
 public TableDelegate(MainViewController mvc)
 {
     this.mvc = mvc;
 }
			public DataSource (MainViewController mvc)
			{
				this.mvc = mvc;
			}
예제 #4
0
 public DataSource(MainViewController mvc)
 {
     this.mvc = mvc;
 }