예제 #1
0
 public AirPlaneList(String path)
 {
     nameList = new ArrayList();
     pathList = new ArrayList();
     AirPlaneListFile aplf = new AirPlaneListFile(this, path);
 }
예제 #2
0
 public AirPlaneList(Uri codeBase, String path)
 {
     nameList = new ArrayList();
     pathList = new ArrayList();
     AirPlaneListFile aplf = new AirPlaneListFile(this, codeBase, path);
 }