C# Class DBCViewer.ADBReader

Inheritance: IWowClientDBReader
Show file Open project: tomrus88/dbcviewer Class Usage Examples

Public Methods

Method Description
ADBReader ( string fileName ) : System
Save ( DataTable table, Table def, string path ) : void

Method Details

ADBReader() public method

public ADBReader ( string fileName ) : System
fileName string
return System

Save() public method

public Save ( DataTable table, Table def, string path ) : void
table DataTable
def Table
path string
return void