C# Class DBCViewer.WDBReader

Inheritance: IClientDBReader
ファイルを表示 Open project: tomrus88/dbcviewer Class Usage Examples

Public Methods

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

Method Details

Save() public method

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

WDBReader() public method

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