C# Class Visualizer.TeamControl

Mostrar archivo Open project: HackerDom/ructf-2013-final Class Usage Examples

Public Methods

Method Description
SetLocation ( Point center, Size windowSize ) : void
TeamControl ( string teamName ) : System.Collections.Generic

Private Methods

Method Description
AddElementToGrid ( FrameworkElement element, System.Windows.Controls.Panel grid, int row, int col ) : void
ApplyScores ( Visualizer.Team team, IEnumerable all ) : void
AttachTooltip ( ) : void
ClearScores ( ) : void
hiliteControl ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

SetLocation() public method

public SetLocation ( Point center, Size windowSize ) : void
center System.Windows.Point
windowSize System.Windows.Size
return void

TeamControl() public method

public TeamControl ( string teamName ) : System.Collections.Generic
teamName string
return System.Collections.Generic