C# Class DirectoryCompressor.Form1

Exibir arquivo Open project: Patapom/GodComplex

Protected Properties

Property 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

Public Methods

Method Description
Form1 ( ) : System

Protected Methods

Method 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

Method 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 method

protected Compare ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Form1() public method

public Form1 ( ) : System
return System

PopulateListBox() protected method

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

SetDirectoryLeft() protected method

protected SetDirectoryLeft ( DirectoryInfo _directory ) : void
_directory DirectoryInfo
return void

SetDirectoryRight() protected method

protected SetDirectoryRight ( DirectoryInfo _directory ) : void
_directory DirectoryInfo
return void

Property Details

m_appKey protected_oe property

protected Microsoft.Win32.RegistryKey m_appKey
return Microsoft.Win32.RegistryKey

m_extensionGroupLeft protected_oe property

protected Dictionary m_extensionGroupLeft
return ExtensionFilesGroup>.Dictionary

m_extensionGroupRight protected_oe property

protected Dictionary m_extensionGroupRight
return ExtensionFilesGroup>.Dictionary

m_filesLeft protected_oe property

protected List m_filesLeft
return List

m_filesRight protected_oe property

protected List m_filesRight
return List

m_identicalFiles protected_oe property

protected List> m_identicalFiles
return File>>.List