Exemplo n.º 1
0
 public AirPlaneList(String path)
 {
     nameList = new ArrayList();
     pathList = new ArrayList();
     AirPlaneListFile aplf = new AirPlaneListFile(this, path);
 }
Exemplo n.º 2
0
 public AirPlaneList(Uri codeBase, String path)
 {
     nameList = new ArrayList();
     pathList = new ArrayList();
     AirPlaneListFile aplf = new AirPlaneListFile(this, codeBase, path);
 }