C# Class Nav.Common.VSPackages.CrmDeveloperHelper.Views.WindowWithOutputAndCommonConfig

Inheritance: Nav.Common.VSPackages.CrmDeveloperHelper.Views.WindowWithOutput
Show file Open project: PonomarevDmitry/CrmDeveloperHelper

Protected Properties

Property Type Description
_commonConfig CommonConfiguration

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void
WindowWithOutputAndCommonConfig ( IWriteToOutput iWriteToOutput, CommonConfiguration commonConfig ) : Nav.Common.VSPackages.CrmDeveloperHelper.Interfaces

Method Details

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e EventArgs
return void

WindowWithOutputAndCommonConfig() protected method

protected WindowWithOutputAndCommonConfig ( IWriteToOutput iWriteToOutput, CommonConfiguration commonConfig ) : Nav.Common.VSPackages.CrmDeveloperHelper.Interfaces
iWriteToOutput IWriteToOutput
commonConfig CommonConfiguration
return Nav.Common.VSPackages.CrmDeveloperHelper.Interfaces

Property Details

_commonConfig protected property

protected CommonConfiguration _commonConfig
return CommonConfiguration