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

Inheritance: System.EventArgs
Afficher le fichier Open project: HakanL/animatroller

Méthodes publiques

Méthode Description
TickEventArgs ( ) : System
TickEventArgs ( System.TimeSpan totalDuration, long totalTicks ) : System

Method Details

TickEventArgs() public méthode

public TickEventArgs ( ) : System
Résultat System

TickEventArgs() public méthode

public TickEventArgs ( System.TimeSpan totalDuration, long totalTicks ) : System
totalDuration System.TimeSpan
totalTicks long
Résultat System