C# Класс gp.Files.TipsDB

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
TipsDB ( ) : System

Reads Words File

Описание методов

GetRandomTip() публичный Метод

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
Результат string

ReLoadList() публичный Метод

Reload the TipsDB File into Memory.
public ReLoadList ( ) : void
Результат void