Пример #1
0
 private void ShowChat(object sender, MouseButtonEventArgs e)
 {
     e.Handled = true;
     _chatbox.Show();
 }