C# Class FAManagementStudio.Models.PathHistoryRepository

显示文件 Open project: degarashi0913/FAManagementStudio

Public Methods

Method Description
DataAdd ( string newPath ) : void
LoadData ( string entryPath ) : void
PathHistoryRepository ( ) : System
SaveData ( string entryPath ) : void

Method Details

DataAdd() public method

public DataAdd ( string newPath ) : void
newPath string
return void

LoadData() public method

public LoadData ( string entryPath ) : void
entryPath string
return void

PathHistoryRepository() public method

public PathHistoryRepository ( ) : System
return System

SaveData() public method

public SaveData ( string entryPath ) : void
entryPath string
return void