コード例 #1
0
 public AutoScrollDataSource(AutoScrollViewController vc)
 {
     this.vc = vc;
 }
コード例 #2
0
 public AutoScrollDelegate(AutoScrollViewController vc)
 {
     this.vc = vc;
 }