C# Class DeploymentTracker.App.Dialogs.LogViewerStrip

Show file Open project: RyanTBerry/WindowsAzureDeploymentTracker

Public Methods

Method Description
LogViewerStrip ( ) : System

Initializes a new instance of the AdvancedMessageBox class.

LogViewerStrip ( string solutionFolderName ) : System

Initializes a new instance of the AdvancedMessageBox class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BtnViewLog_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnClose_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnClose control.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

LogViewerStrip() public method

Initializes a new instance of the AdvancedMessageBox class.
public LogViewerStrip ( ) : System
return System

LogViewerStrip() public method

Initializes a new instance of the AdvancedMessageBox class.
public LogViewerStrip ( string solutionFolderName ) : System
solutionFolderName string Name of the solution folder. This is with Version
return System