C# Class DirectoryCompressor.Form1

Afficher le fichier Open project: Patapom/GodComplex

Protected Properties

Свойство Type Description
m_appKey Microsoft.Win32.RegistryKey
m_extensionGroupLeft ExtensionFilesGroup>.Dictionary
m_extensionGroupRight ExtensionFilesGroup>.Dictionary
m_filesLeft List
m_filesRight List
m_identicalFiles File>>.List

Méthodes publiques

Méthode Description
Form1 ( ) : System

Méthodes protégées

Méthode Description
Compare ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

PopulateListBox ( List _files, ListBox _listBox, Label _label, ExtensionFilesGroup>.Dictionary _extensionGroup ) : void
SetDirectoryLeft ( DirectoryInfo _directory ) : void
SetDirectoryRight ( DirectoryInfo _directory ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

buttonBrowseDirectoryLeft_Click ( object sender, EventArgs e ) : void
buttonBrowseDirectoryRight_Click ( object sender, EventArgs e ) : void
buttonCompare_Click ( object sender, EventArgs e ) : void

Method Details

Compare() protected méthode

protected Compare ( ) : void
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

Form1() public méthode

public Form1 ( ) : System
Résultat System

PopulateListBox() protected méthode

protected PopulateListBox ( List _files, ListBox _listBox, Label _label, ExtensionFilesGroup>.Dictionary _extensionGroup ) : void
_files List
_listBox ListBox
_label Label
_extensionGroup ExtensionFilesGroup>.Dictionary
Résultat void

SetDirectoryLeft() protected méthode

protected SetDirectoryLeft ( DirectoryInfo _directory ) : void
_directory DirectoryInfo
Résultat void

SetDirectoryRight() protected méthode

protected SetDirectoryRight ( DirectoryInfo _directory ) : void
_directory DirectoryInfo
Résultat void

Property Details

m_appKey protected_oe property

protected Microsoft.Win32.RegistryKey m_appKey
Résultat Microsoft.Win32.RegistryKey

m_extensionGroupLeft protected_oe property

protected Dictionary m_extensionGroupLeft
Résultat ExtensionFilesGroup>.Dictionary

m_extensionGroupRight protected_oe property

protected Dictionary m_extensionGroupRight
Résultat ExtensionFilesGroup>.Dictionary

m_filesLeft protected_oe property

protected List m_filesLeft
Résultat List

m_filesRight protected_oe property

protected List m_filesRight
Résultat List

m_identicalFiles protected_oe property

protected List> m_identicalFiles
Résultat File>>.List