Exemplo n.º 1
0
 public InputIndex(ChartingController controller) : this()
 {
     this.controller = controller;
 }
Exemplo n.º 2
0
 public ChartingView(ChartingController c)
     : this()
 {
     controller = c;
 }