C# Класс DirectoryCompressor.Form1

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
m_appKey Microsoft.Win32.RegistryKey
m_extensionGroupLeft ExtensionFilesGroup>.Dictionary
m_extensionGroupRight ExtensionFilesGroup>.Dictionary
m_filesLeft List
m_filesRight List
m_identicalFiles File>>.List

Открытые методы

Метод Описание
Form1 ( ) : System

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

Compare() защищенный Метод

protected Compare ( ) : void
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Form1() публичный Метод

public Form1 ( ) : System
Результат System

PopulateListBox() защищенный Метод

protected PopulateListBox ( List _files, ListBox _listBox, Label _label, ExtensionFilesGroup>.Dictionary _extensionGroup ) : void
_files List
_listBox ListBox
_label Label
_extensionGroup ExtensionFilesGroup>.Dictionary
Результат void

SetDirectoryLeft() защищенный Метод

protected SetDirectoryLeft ( DirectoryInfo _directory ) : void
_directory DirectoryInfo
Результат void

SetDirectoryRight() защищенный Метод

protected SetDirectoryRight ( DirectoryInfo _directory ) : void
_directory DirectoryInfo
Результат void

Описание свойств

m_appKey защищенное свойство

protected Microsoft.Win32.RegistryKey m_appKey
Результат Microsoft.Win32.RegistryKey

m_extensionGroupLeft защищенное свойство

protected Dictionary m_extensionGroupLeft
Результат ExtensionFilesGroup>.Dictionary

m_extensionGroupRight защищенное свойство

protected Dictionary m_extensionGroupRight
Результат ExtensionFilesGroup>.Dictionary

m_filesLeft защищенное свойство

protected List m_filesLeft
Результат List

m_filesRight защищенное свойство

protected List m_filesRight
Результат List

m_identicalFiles защищенное свойство

protected List> m_identicalFiles
Результат File>>.List