blah blah blah is here! blah blah » Close

1
votes
1 answers

Displaying Child Windows

eeboy
499

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; ...

Feedback