private void BtnOpenProxyClick(object sender, EventArgs e) { const string filename = Constants.SCRIPT_DATA + "грид_proxy.bmp"; GridHelper.OpenProxyDirectly(filename); }
private void BtnReloadMapStateClick(object sender, EventArgs e) { const string filename = Constants.WORK_PATH + "map_state.xml"; GridHelper.ReloadMapStateWithGridProxy(filename); }
private void BtnRemoveProxyClick(object sender, EventArgs e) { GridHelper.RemoveGridProxyForLayer(); }