C# Class stikkPop.History

Datei anzeigen Open project: Wirehive/stikkPop Class Usage Examples

Public Properties

Property Type Description
HistoryList string>>.List

Public Methods

Method Description
AddHistory ( string time, string link ) : void
History ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

AddHistory() public static method

public static AddHistory ( string time, string link ) : void
time string
link string
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

History() public method

public History ( ) : System
return System

Property Details

HistoryList public_oe static_oe property

public static List> HistoryList
return string>>.List