C# Class Bot.Quote.QuoteStore

Show file Open project: silpheed/IRC-Bot

Public Methods

Method Description
Flush ( IList quotes ) : void
Load ( ) : IList
QuoteStore ( string storeFileName ) : System

Method Details

Flush() public method

public Flush ( IList quotes ) : void
quotes IList
return void

Load() public method

public Load ( ) : IList
return IList

QuoteStore() public method

public QuoteStore ( string storeFileName ) : System
storeFileName string
return System