Exemplo n.º 1
0
 private String GetGeometryPath()
 {
     return(ServerPath.GetServerPath(Options.GetHost()) + ServerPath.geometryDir);
 }
Exemplo n.º 2
0
 private void btnServerPath_Click(object sender, EventArgs e)
 {
     settings.ServerPath = "";
     settings.Save();
     ServerPath.GetServerPath("");
 }