Exemplo n.º 1
0
 internal CoordinateSystemBrowserDialog()
 {
     InitializeComponent();
     _presenter = new CoordinateSystemBrowserDialogPresenter(this, ServiceManager.Instance.GetService <ICoordinateSystemCatalog>());
 }
 internal CoordinateSystemBrowserDialog()
 {
     InitializeComponent();
     _presenter = new CoordinateSystemBrowserDialogPresenter(this, ServiceManager.Instance.GetService<ICoordinateSystemCatalog>());
 }