C# Class PKStudio.Helpers.OpenedDocumentsList

Mostra file Open project: AlexandrSurkov/PKStudio Class Usage Examples

Public Methods

Method Description
Deserialize ( string path ) : OpenedDocumentsList
Serialize ( OpenedDocumentsList list, string path ) : void

Method Details

Deserialize() public method

public Deserialize ( string path ) : OpenedDocumentsList
path string
return OpenedDocumentsList

Serialize() public method

public Serialize ( OpenedDocumentsList list, string path ) : void
list OpenedDocumentsList
path string
return void