diff --git a/bibtalk/bib-talk/UI/MainWindow.xaml b/bibtalk/bib-talk/UI/MainWindow.xaml index 15dea0b..a5f2d9b 100644 --- a/bibtalk/bib-talk/UI/MainWindow.xaml +++ b/bibtalk/bib-talk/UI/MainWindow.xaml @@ -93,9 +93,9 @@ diff --git a/bibtalk/bib-talk/UI/MainWindow.xaml.cs b/bibtalk/bib-talk/UI/MainWindow.xaml.cs index 1bd2544..0e8c4ac 100644 --- a/bibtalk/bib-talk/UI/MainWindow.xaml.cs +++ b/bibtalk/bib-talk/UI/MainWindow.xaml.cs @@ -88,31 +88,29 @@ namespace bib_talk await mwManager.UploadProfileImage(filePath); } } - // Chat Settings Logik - private void MenuButton_Click(object sender, RoutedEventArgs e) + + #region Ohne Funktion + // Chat Settings Logik + private void MenuButton_Click(object sender, RoutedEventArgs e) { // Öffnen Sie das Kontextmenü, wenn Sie auf den Drei-Punkte-Button klicken contextMenu.IsOpen = true; } - private void BlockButton_Click(object sender, RoutedEventArgs e) + private void muteChatButton_Click(object sender, RoutedEventArgs e) { // Logik zum Blockieren eines Benutzers } - private void DeleteChatButton_Click(object sender, RoutedEventArgs e) + private void clearChatButton_Click(object sender, RoutedEventArgs e) { // Logik zum Löschen eines Chats } - private void RemoveFriendButton_Click(object sender, RoutedEventArgs e) + private void helpButton_Click(object sender, RoutedEventArgs e) { // Logik zum Entfernen eines Freundes } - - private void SendButton_Click(object sender, RoutedEventArgs e) - { - // Logik zum Senden einer Nachricht - } - } + #endregion + } }