C# 클래스 DamageMeter.UI.EntityStats.EntityStatsMain

Logique d'interaction pour EntityStats.xaml
파일 보기 프로젝트 열기: neowutran/ShinraMeter

공개 메소드들

메소드 설명
EntityStatsMain ( Data.MainWindow parent ) : System.Collections.Generic
SetClickThrou ( ) : void
UnsetClickThrou ( ) : void
Update ( EntityInformation entityInformation, AbnormalityStorage abnormals ) : void

비공개 메소드들

메소드 설명
CloseMeter_OnClick ( object sender, RoutedEventArgs e ) : void

메소드 상세

EntityStatsMain() 공개 메소드

public EntityStatsMain ( Data.MainWindow parent ) : System.Collections.Generic
parent Data.MainWindow
리턴 System.Collections.Generic

SetClickThrou() 공개 메소드

public SetClickThrou ( ) : void
리턴 void

UnsetClickThrou() 공개 메소드

public UnsetClickThrou ( ) : void
리턴 void

Update() 공개 메소드

public Update ( EntityInformation entityInformation, AbnormalityStorage abnormals ) : void
entityInformation DamageMeter.Database.Structures.EntityInformation
abnormals AbnormalityStorage
리턴 void