C# Class LeafletPano.MainForm

Afficher le fichier Open project: oliverheilig/LeafletPano

Méthodes publiques

Méthode Description
MainForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Initfile ( string filePath ) : void
InitializeComponent ( ) : void

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

MainForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
startButton_Click ( object sender, EventArgs e ) : void
textBox1_DragDrop ( object sender, DragEventArgs e ) : void
textBox1_DragEnter ( object sender, DragEventArgs e ) : void
textBox1_Leave ( object sender, EventArgs e ) : void
tiler_Completed ( object sender, CompletedEventArgs e ) : void
tiler_SendFeedback ( object sender, SendFeedbackEventArgs 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

MainForm() public méthode

public MainForm ( ) : System
Résultat System