private void btnDemo_Click(object sender, RoutedEventArgs e) { this.Visibility = Visibility.Hidden; DemoSkinWin win = new DemoSkinWin(); if (activeBundle != null) activeBundle.SetBundle(win); win.ShowDialog(); this.Visibility = Visibility.Visible; }
private void btnDemo_Click(object sender, RoutedEventArgs e) { this.Visibility = Visibility.Hidden; DemoSkinWin win = new DemoSkinWin(); if (activeBundle != null) { activeBundle.SetBundle(win); } win.ShowDialog(); this.Visibility = Visibility.Visible; }