C# Class DamageMeter.UI.Chatbox

Logique d'interaction pour Chatbox.xaml
Show file Open project: neowutran/ShinraMeter Class Usage Examples

Public Methods

Method Description
Chatbox ( ) : System.Collections.Generic
Update ( List chatbox ) : void

Private Methods

Method Description
ChatboxList_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
ChatboxList_PreviewMouseWheel ( object sender, System e ) : void
Close_OnClick ( object sender, RoutedEventArgs e ) : void

Method Details

Chatbox() public method

public Chatbox ( ) : System.Collections.Generic
return System.Collections.Generic

Update() public method

public Update ( List chatbox ) : void
chatbox List
return void