コード例 #1
0
			public TableDelegate (MainViewController mvc)
			{
				this.mvc = mvc;
			}
コード例 #2
0
 public TableDelegate(MainViewController mvc)
 {
     this.mvc = mvc;
 }
コード例 #3
0
			public DataSource (MainViewController mvc)
			{
				this.mvc = mvc;
			}
コード例 #4
0
 public DataSource(MainViewController mvc)
 {
     this.mvc = mvc;
 }