C# Class Rooler.Tool

Inheritance: System.Windows.Controls.ContentControl, IScreenService
Mostrar archivo Open project: peteblois/rooler

Public Methods

Method Description
CloseService ( ) : void
Tool ( ) : System
Tool ( IScreenServiceHost host ) : System
Update ( ) : void

Protected Methods

Method Description
Freeze ( ) : void
OnClosing ( ) : void
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

Method Details

CloseService() public method

public CloseService ( ) : void
return void

Freeze() protected method

protected Freeze ( ) : void
return void

OnClosing() protected method

protected OnClosing ( ) : void
return void

OnKeyDown() protected method

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

Tool() public method

public Tool ( ) : System
return System

Tool() public method

public Tool ( IScreenServiceHost host ) : System
host IScreenServiceHost
return System

Update() public method

public Update ( ) : void
return void