C# Class PDFBinder.MainForm

Afficher le fichier Open project: schourode/pdfbinder Class Usage Examples

Méthodes publiques

Méthode Description
AddInputFile ( string file ) : void
MainForm ( ) : System
UpdateUI ( ) : 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.

addFileButton_Click ( object sender, EventArgs e ) : void
combineButton_Click ( object sender, EventArgs e ) : void
inputListBox_DragDrop ( object sender, DragEventArgs e ) : void
inputListBox_DragEnter ( object sender, DragEventArgs e ) : void
inputListBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
moveItemButton_Click ( object sender, EventArgs e ) : void
removeButton_Click ( object sender, EventArgs e ) : void

Method Details

AddInputFile() public méthode

public AddInputFile ( string file ) : void
file string
Résultat void

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

UpdateUI() public méthode

public UpdateUI ( ) : void
Résultat void