Exemplo n.º 1
0
 /// <summary>
 /// Click event handler of the buttonDetails control.
 /// </summary>
 /// <param name="sender">The source object of this event.</param>
 /// <param name="e">The event parameters.</param>
 private void buttonDetails_Click(object sender, EventArgs e)
 {
     if (doc != null)
     {
         AddWMSLayerDetailsForm form = new AddWMSLayerDetailsForm(doc, serverURL, wms_server_version);
         form.ShowDialog(this);
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Click event handler of the buttonDetails control.
 /// </summary>
 /// <param name="sender">The source object of this event.</param>
 /// <param name="e">The event parameters.</param>
 private void buttonDetails_Click(object sender, EventArgs e)
 {
     if (doc != null)
     {
         AddWMSLayerDetailsForm form = new AddWMSLayerDetailsForm(doc, serverURL, wms_server_version);
         form.ShowDialog(this);
     }
 }