C# Class DamageMeter.UI.EntityStats.EnduranceDebuffDetail

Logique d'interaction pour EnduranceDebuff.xaml
Datei anzeigen Open project: neowutran/ShinraMeter

Public Methods

Method Description
EnduranceDebuffDetail ( HotDot hotdot, int stack, AbnormalityDuration abnormalityDuration, long firstHit, long lastHit ) : System
Update ( HotDot hotdot, int stack, AbnormalityDuration abnormalityDuration, long firstHit, long lastHit ) : void

Private Methods

Method Description
UIElement_OnMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

EnduranceDebuffDetail() public method

public EnduranceDebuffDetail ( HotDot hotdot, int stack, AbnormalityDuration abnormalityDuration, long firstHit, long lastHit ) : System
hotdot HotDot
stack int
abnormalityDuration AbnormalityDuration
firstHit long
lastHit long
return System

Update() public method

public Update ( HotDot hotdot, int stack, AbnormalityDuration abnormalityDuration, long firstHit, long lastHit ) : void
hotdot HotDot
stack int
abnormalityDuration AbnormalityDuration
firstHit long
lastHit long
return void