Exemplo n.º 1
0
 public Controller( GPX_Viewer gw)
 {
     i = new Import(m);
     e = new Export(m);
     this.gw = gw;
 }
Exemplo n.º 2
0
 public Controller(GPX_Viewer gw)
 {
     i       = new Import(m);
     e       = new Export(m);
     this.gw = gw;
 }