C# Class Animatroller.Framework.Controller.HighPrecisionTimer.TickEventArgs

Inheritance: System.EventArgs
Show file Open project: HakanL/animatroller

Public Methods

Method Description
TickEventArgs ( ) : System
TickEventArgs ( System.TimeSpan totalDuration, long totalTicks ) : System

Method Details

TickEventArgs() public method

public TickEventArgs ( ) : System
return System

TickEventArgs() public method

public TickEventArgs ( System.TimeSpan totalDuration, long totalTicks ) : System
totalDuration System.TimeSpan
totalTicks long
return System