コード例 #1
0
        private void chatClientsOnlyOption(object sender, RoutedEventArgs e)
        {
            ChatWPFClient chatBox = new ChatWPFClient();

            chatBox.Show();
            this.Close();
        }
コード例 #2
0
 private void chatClientsOnlyOption(object sender, RoutedEventArgs e)
 {
     ChatWPFClient chatBox = new ChatWPFClient();
     chatBox.Show();
     this.Close();
 }