C# Class SecureDelete.CrashDialog

Afficher le fichier Open project: gratianlup/SecureDelete

Méthodes publiques

Свойство Type Description
DetailsBox System.Windows.Forms.RichTextBox

Méthodes publiques

Méthode Description
CrashDialog ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CancelButton_Click ( object sender, EventArgs e ) : void
CrashDialog_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

button1_Click_1 ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
linkLabel1_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void

Method Details

CrashDialog() public méthode

public CrashDialog ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Property Details

DetailsBox public_oe property

public System.Windows.Forms.RichTextBox DetailsBox
Résultat System.Windows.Forms.RichTextBox