C# Class LegalityChecker.MainProgram

Mostrar archivo Open project: kamronbatman/Pokemon-Legality-Checker

Public Properties

Property Type Description
m_Version string

Public Methods

Method Description
Main ( string args ) : void
ProcDir ( string target, List &filelist ) : void
ProcFile ( string filename ) : void

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void

ProcDir() public static method

public static ProcDir ( string target, List &filelist ) : void
target string
filelist List
return void

ProcFile() public static method

public static ProcFile ( string filename ) : void
filename string
return void

Property Details

m_Version public_oe static_oe property

public static string m_Version
return string