C# 클래스 DamageMeter.UI.Chatbox

Logique d'interaction pour Chatbox.xaml
파일 보기 프로젝트 열기: neowutran/ShinraMeter 1 사용 예제들

공개 메소드들

메소드 설명
Chatbox ( ) : System.Collections.Generic
Update ( List chatbox ) : void

비공개 메소드들

메소드 설명
ChatboxList_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
ChatboxList_PreviewMouseWheel ( object sender, System e ) : void
Close_OnClick ( object sender, RoutedEventArgs e ) : void

메소드 상세

Chatbox() 공개 메소드

public Chatbox ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( List chatbox ) : void
chatbox List
리턴 void