C# Class SecureDeleteWinForms.StartWipeDialog

Afficher le fichier Open project: gratianlup/SecureDelete

Méthodes publiques

Свойство Type Description
DontShow System.Windows.Forms.CheckBox

Méthodes publiques

Méthode Description
StartWipeDialog ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

StartWipeDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void
StartWipeDialog_Load ( object sender, EventArgs e ) : void

Method Details

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

StartWipeDialog() public méthode

public StartWipeDialog ( ) : System
Résultat System

Property Details

DontShow public_oe property

public System.Windows.Forms.CheckBox DontShow
Résultat System.Windows.Forms.CheckBox