C# Class PsHandler.UI.UCStatusBar

Interaction logic for UCStatusBar.xaml
Inheritance: System.Windows.Controls.UserControl, IObserverHandHistoryManager, IObserverTableManagerTableCount
Mostra file Open project: kampiuceris/PsHandler

Public Methods

Method Description
SetImportedErrors ( int value ) : void
SetImportedHands ( int value ) : void
SetImportedTournaments ( int value ) : void
SetTableCount ( int value ) : void
UCStatusBar ( ) : System.Windows

Method Details

SetImportedErrors() public method

public SetImportedErrors ( int value ) : void
value int
return void

SetImportedHands() public method

public SetImportedHands ( int value ) : void
value int
return void

SetImportedTournaments() public method

public SetImportedTournaments ( int value ) : void
value int
return void

SetTableCount() public method

public SetTableCount ( int value ) : void
value int
return void

UCStatusBar() public method

public UCStatusBar ( ) : System.Windows
return System.Windows