C# Class DeploymentTracker.IWARM_ReportScreens.LogViewer

Log viewer designer
Show file Open project: RyanTBerry/WindowsAzureDeploymentTracker

Public Methods

Method Description
LogViewer ( string filePath ) : System

Initializes a new instance of the LogViewer class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BtnClose_Click ( object sender, EventArgs e ) : void

Handles the Click event of the BtnClose control.

BtnCopyToClipboard_Click ( object sender, EventArgs e ) : void

Handles the Click event of the BtnCopyToClipboard control.

InitializeComponent ( ) : void

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

InitializeTextbox ( string filePath ) : void

Initializes the textbox.

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

LogViewer() public method

Initializes a new instance of the LogViewer class.
public LogViewer ( string filePath ) : System
filePath string The file path.
return System