C# Class WareDealer.WareInport

商品导入
Afficher le fichier Open project: hanksoft/KillJD Class Usage Examples

Méthodes publiques

Méthode Description
GetInstance ( ) : WareInport
InportWareList ( string filePath ) : void

导入商品列表

Private Methods

Méthode Description
Read ( string path ) : void

读取导入列表文件

WareInport ( ) : WareDealer.Helper

Method Details

GetInstance() public static méthode

public static GetInstance ( ) : WareInport
Résultat WareInport

InportWareList() public méthode

导入商品列表
public InportWareList ( string filePath ) : void
filePath string 文本文件路径
Résultat void