C# Class MyControlLibrary.Load

Exibir arquivo Open project: darkwisperer/Dungeon-Master-Sheet Class Usage Examples

Public Methods

Method Description
DG_sheet_sizes ( String PathFile ) : void
Load ( List Group, ArrayList mypage ) : System
Load ( String PathFile ) : System
Load ( String PathFile, List Group ) : System

Private Methods

Method Description
ClassSplitter ( String ClassAndLvL ) : String[]
EmptySLotFinder ( List Group ) : int
MultilineParser ( ArrayList input ) : void
setCharacter ( String input, Character PC ) : Character

Method Details

DG_sheet_sizes() public method

public DG_sheet_sizes ( String PathFile ) : void
PathFile String
return void

Load() public method

public Load ( List Group, ArrayList mypage ) : System
Group List
mypage System.Collections.ArrayList
return System

Load() public method

public Load ( String PathFile ) : System
PathFile String
return System

Load() public method

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