C# Class gp.Files.TipsDB

Afficher le fichier Open project: vatsal/getputs

Méthodes publiques

Méthode 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

Méthode Description
TipsDB ( ) : System

Reads Words File

Method Details

GetRandomTip() public méthode

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
Résultat string

ReLoadList() public méthode

Reload the TipsDB File into Memory.
public ReLoadList ( ) : void
Résultat void