C# Class LongoMatch.Plugins.Stats.CategoryViewer

ファイルを表示 Open project: LongoMatch/longomatch

Public Methods

Method Description
CategoryViewer ( ) : System.Collections.Generic
LoadBackgrounds ( ProjectLongoMatch project ) : void
LoadStats ( EventTypeStats stats ) : void

Protected Methods

Method Description
Build ( ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

CategoryViewer() public method

public CategoryViewer ( ) : System.Collections.Generic
return System.Collections.Generic

LoadBackgrounds() public method

public LoadBackgrounds ( ProjectLongoMatch project ) : void
project ProjectLongoMatch
return void

LoadStats() public method

public LoadStats ( EventTypeStats stats ) : void
stats EventTypeStats
return void