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