Esempio n. 1
0
 public LinearDataSource(LinearViewController vc)
 {
     this.vc = vc;
 }
Esempio n. 2
0
 public LinearDelegate(LinearViewController vc)
 {
     this.vc = vc;
 }