C# Class MyControlLibrary.Save

Show file Open project: darkwisperer/Dungeon-Master-Sheet Class Usage Examples

Public Methods

Method Description
Save ( String PathFile, List Groups ) : System
Save ( String PathFile, List Group ) : System

Method Details

Save() public method

public Save ( String PathFile, List Groups ) : System
PathFile String
Groups List
return System

Save() public method

public Save ( String PathFile, List Group ) : System
PathFile String
Group List
return System