Exemplo n.º 1
0
 private void mapViewSaveFileDialog_FileOk(object sender, CancelEventArgs e)
 {
     if (currentPath != null)
     {
         pathMgr.DumpPath(currentPath, this.mapViewSaveFileDialog.FileName);
     }
 }