C# Class ZForge.Motion.Forms.StorageRelocateForm

Inheritance: System.Windows.Forms.Form, IGlobalization
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Méthode Description
StorageRelocate ( ) : bool
StorageRelocateForm ( ) : System
UpdateCulture ( ) : void

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.

MoveFiles ( string from, string path ) : void
ProgressBarInitialization ( ) : void
StorageRelocateForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
StorageRelocateForm_Load ( object sender, EventArgs e ) : void
backgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
backgroundWorker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
backgroundWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
buttonClose_Click ( 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

StorageRelocate() public méthode

public StorageRelocate ( ) : bool
Résultat bool

StorageRelocateForm() public méthode

public StorageRelocateForm ( ) : System
Résultat System

UpdateCulture() public méthode

public UpdateCulture ( ) : void
Résultat void