예제 #1
0
 //Event handlers from other windows
 public void cw_btnAddLayerClicked(object sender, EventArgs e)
 {
     SelectedLayer = null;
     LoadMarkersToMap();
 }
예제 #2
0
 partial void UpdateLayer(Layer instance);
예제 #3
0
 partial void DeleteLayer(Layer instance);
예제 #4
0
 partial void InsertLayer(Layer instance);