1
votes
votes
1 answers
Displaying Child Windows
I have several child windows that I need to display. To show the dialog I have been: [code] private void ButtonUsers_Click(object sender, System.Windows.RoutedEventArgs e) { //Make main window transparent this.Opacity=.6; ...
