C# Класс DeploymentTracker.App.Dialogs.LogViewerStrip

Показать файл Открыть проект

Открытые методы

Метод Описание
LogViewerStrip ( ) : System

Initializes a new instance of the AdvancedMessageBox class.

LogViewerStrip ( string solutionFolderName ) : System

Initializes a new instance of the AdvancedMessageBox class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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.

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

LogViewerStrip() публичный Метод

Initializes a new instance of the AdvancedMessageBox class.
public LogViewerStrip ( ) : System
Результат System

LogViewerStrip() публичный Метод

Initializes a new instance of the AdvancedMessageBox class.
public LogViewerStrip ( string solutionFolderName ) : System
solutionFolderName string Name of the solution folder. This is with Version
Результат System