Property | Type | Description | |
---|---|---|---|
ClipboardButtonClick | void | ||
CloseButtonClick | void | ||
GitHubDialogShown | void | ||
InitializeComponent | void | ||
IssueBoxClick | void | ||
IssueBoxEnter | void | ||
SetClipboardText | void |
Method | Description | |
---|---|---|
GitHubDialog ( Exception ex, string author, bool systemInfo ) : System |
Initializes a new GitHub dialog.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
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 |