Exemplo n.º 1
0
 public void Init()
 {
     //Create the app and doc objects, using an in memory map file for testing purposes.
     app = new Application();
     doc = app.NewDocument(MapFilePath, false);
 }