C# Class Prism.WinFormDialogs.ExceptionDialogForm

Mostrar archivo Open project: TerrariaPrismTeam/Prism Class Usage Examples

Public Methods

Method Description
ExceptionDialogForm ( string title, string msg ) : System
buttonHastebin_Click ( object sender, EventArgs e ) : void
richTextBox1_ContentsResized ( object sender, ContentsResizedEventArgs e ) : void
richTextBox1_LinkClicked ( object sender, LinkClickedEventArgs e ) : void

Method Details

ExceptionDialogForm() public method

public ExceptionDialogForm ( string title, string msg ) : System
title string
msg string
return System

buttonHastebin_Click() public method

public buttonHastebin_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

richTextBox1_ContentsResized() public method

public richTextBox1_ContentsResized ( object sender, ContentsResizedEventArgs e ) : void
sender object
e ContentsResizedEventArgs
return void

richTextBox1_LinkClicked() public method

public richTextBox1_LinkClicked ( object sender, LinkClickedEventArgs e ) : void
sender object
e LinkClickedEventArgs
return void