C# Class DBCViewer.DB3Reader

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

Public Methods

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

Method Details

DB3Reader() public method

public DB3Reader ( 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