Inheritance: UITableViewController
コード例 #1
0
 public TableDelegate(RootViewController tvc)
 {
     this.tvc = tvc;
 }
コード例 #2
0
 public DataSource(RootViewController tvc)
 {
     this.tvc = tvc;
 }