예제 #1
0
 public LinearDataSource(LinearViewController vc)
 {
     this.vc = vc;
 }
예제 #2
0
 public LinearDelegate(LinearViewController vc)
 {
     this.vc = vc;
 }