C# Class DamageMeter.UI.Skill.SkillHeal

Logique d'interaction pour Skill.xaml
Inheritance: ISkill
Mostrar archivo Open project: neowutran/ShinraMeter

Public Methods

Method Description
SkillHeal ( SkillAggregate skill ) : System
SkillNameIdent ( ) : string
Update ( SkillAggregate skill ) : void

Private Methods

Method Description
MoveWindow ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
UIElement_OnMouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
UIElement_OnMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Method Details

SkillHeal() public method

public SkillHeal ( SkillAggregate skill ) : System
skill SkillAggregate
return System

SkillNameIdent() public method

public SkillNameIdent ( ) : string
return string

Update() public method

public Update ( SkillAggregate skill ) : void
skill SkillAggregate
return void