C# Class gp.Files.TipsDB

Mostrar archivo Open project: vatsal/getputs

Public Methods

Method Description
GetRandomTip ( ) : string

Get a RandomTip from the TipDB List [Note: Do not forget to assign the FilePath (excluding the FileName) to the property: gp.Files.FileLoader.FilePath]

ReLoadList ( ) : void

Reload the TipsDB File into Memory.

Private Methods

Method Description
TipsDB ( ) : System

Reads Words File

Method Details

GetRandomTip() public method

Get a RandomTip from the TipDB List [Note: Do not forget to assign the FilePath (excluding the FileName) to the property: gp.Files.FileLoader.FilePath]
public GetRandomTip ( ) : string
return string

ReLoadList() public method

Reload the TipsDB File into Memory.
public ReLoadList ( ) : void
return void