C# 클래스 DirectoryCompressor.Form1

파일 보기 프로젝트 열기: Patapom/GodComplex

보호된 프로퍼티들

프로퍼티 타입 설명
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