C# Class DamageMeter.UI.SkillLog

Logique d'interaction pour SkillLog.xaml
Afficher le fichier Open project: neowutran/ShinraMeter Class Usage Examples

Méthodes publiques

Méthode Description
SkillLog ( ) : System
Update ( Database skill, bool received, long beginTime ) : void

Private Methods

Méthode Description
UIElement_OnMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

SkillLog() public méthode

public SkillLog ( ) : System
Résultat System

Update() public méthode

public Update ( Database skill, bool received, long beginTime ) : void
skill Database
received bool
beginTime long
Résultat void