C# Class Sharpcraft.Forms.GitHubDialog

ファイルを表示 Open project: SijmenSchoon/Sharpcraft

Private Properties

Property Type Description
ClipboardButtonClick void
CloseButtonClick void
GitHubDialogShown void
InitializeComponent void
IssueBoxClick void
IssueBoxEnter void
SetClipboardText void

Public Methods

Method Description
GitHubDialog ( Exception ex, string author, bool systemInfo ) : System

Initializes a new GitHub dialog.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ClipboardButtonClick ( object sender, EventArgs e ) : void
CloseButtonClick ( object sender, EventArgs e ) : void
GitHubDialogShown ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

IssueBoxClick ( object sender, EventArgs e ) : void
IssueBoxEnter ( object sender, EventArgs e ) : void
SetClipboardText ( string value ) : 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

GitHubDialog() public method

Initializes a new GitHub dialog.
public GitHubDialog ( Exception ex, string author, bool systemInfo ) : System
ex Exception The exception thrown.
author string Author of this Sharpcraft release.
systemInfo bool Whether or not to include user's system info.
return System