C# Class BatchGuy.App.X264LogFileDisplayForm

Show file Open project: yaboy58/BatchGuy Class Usage Examples

Public Methods

Method Description
SetLogs ( string logs ) : void
X264LogFileDisplayForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

X264LogFileDisplayForm_Load ( object sender, EventArgs e ) : void
btnClose_Click ( object sender, EventArgs e ) : void

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

SetLogs() public method

public SetLogs ( string logs ) : void
logs string
return void

X264LogFileDisplayForm() public method

public X264LogFileDisplayForm ( ) : System
return System