C# 클래스 FarExtractor.Form1

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse

공개 메소드들

메소드 설명
Form1 ( ) : System

비공개 메소드들

메소드 설명
Decompress ( BinaryReader Reader, FarExtractor.Far3Entry Entry ) : byte[]
DetermineArchiveType ( string Path ) : ArchiveType
OpenDBPF ( string Path ) : void
OpenDatArchive ( string Path ) : void
OpenFARArchive ( string Path ) : void
aboutToolStripMenuItem1_Click ( object sender, EventArgs e ) : void

User clicked the 'About' menu option in the 'Help' menu.

extractFARArchiveToolStripMenuItem_Click ( object sender, EventArgs e ) : void

User clicked on the 'Extract archive...' menu option.

openFARArchiveToolStripMenuItem_Click ( object sender, EventArgs e ) : void

The user clicked on the 'Open archive' menu item in the 'File' menu.

메소드 상세

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System