C# Class Nibbler.LoaderForm

Afficher le fichier Open project: dcramer/nibbits-maploader

Méthodes publiques

Свойство Type Description
openFileDialog1 System.Windows.Forms.OpenFileDialog

Méthodes publiques

Méthode Description
LoaderForm ( string fileLink ) : System
ThreadProc ( ) : 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.

LoaderForm_Load ( object sender, EventArgs e ) : void
bgWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
bgWorker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
bgWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs 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

LoaderForm() public méthode

public LoaderForm ( string fileLink ) : System
fileLink string
Résultat System

ThreadProc() public static méthode

public static ThreadProc ( ) : void
Résultat void

Property Details

openFileDialog1 public_oe property

public System.Windows.Forms.OpenFileDialog openFileDialog1
Résultat System.Windows.Forms.OpenFileDialog