C# Class FdoToolbox.Base.Forms.CoordinateSystemBrowserDialogPresenter

显示文件 Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
CoordinateSystemBrowserDialogPresenter ( ICoordinateSystemBrowserView view, ICoordinateSystemCatalog cat ) : System
CoordinateSystemSelected ( ) : void
Init ( ) : void

Method Details

CoordinateSystemBrowserDialogPresenter() public method

public CoordinateSystemBrowserDialogPresenter ( ICoordinateSystemBrowserView view, ICoordinateSystemCatalog cat ) : System
view ICoordinateSystemBrowserView
cat ICoordinateSystemCatalog
return System

CoordinateSystemSelected() public method

public CoordinateSystemSelected ( ) : void
return void

Init() public method

public Init ( ) : void
return void