private void Button_Click_5(object sender, RoutedEventArgs e) { WinFlipPicture win = new WinFlipPicture(); win.Owner = this; win.Show(); }
private void Button_Click_5(object sender, RoutedEventArgs e) { Window win = new WinFlipPicture(); win.WindowStartupLocation = WindowStartupLocation.CenterOwner; win.Owner = this; win.Show(); }