示例#1
0
 private void showCapsProgress(System.Object sender, Wms.Client.RetrieverProgressArgs ea)
 {
     // Increment the capabilities progress label.
     this.statusBar.Text += "+";
 }
 private void showMapProgress(System.Object sender, Wms.Client.RetrieverProgressArgs ea)
 {
     // Update the progress bar.
     this.statusBar.Text += "+";
 }