C# Class Smrf.WpfGraphicsLib.WpfToolTipTimer

Implements a timer used by ToolTipTrackerBase in WPF applications.
This class wraps the WPF DispatcherTimer in an IToolTipTimer interface for use by ToolTipTrackerBase.
Inheritance: System.Windows.Threading.DispatcherTimer, IToolTipTimer
Mostrar archivo Open project: 2014-sed-team3/term-project

Public Methods

Method Description
Dispose ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void