Beispiel #1
0
 public new static int? Show()
 {
     MapBrowser mb = new MapBrowser();
     mb.ShowDialog();
     return mb.result;
 }