3 using System
.Windows
.Controls
;
4 using System
.Windows
.Data
;
5 using System
.Windows
.Documents
;
6 using System
.Windows
.Media
;
7 using System
.Windows
.Shapes
;
8 using System
.Windows
.Input
;
10 using System
.Runtime
.InteropServices
;
11 using System
.Windows
.Interop
;
13 namespace Microsoft
.Samples
.MSBuildG
16 // Interaction logic for PickerWindow.xaml
19 public partial class PickerWindow
: Window
23 InitializeComponent();
26 private void ShowWizard(object sender
, RoutedEventArgs e
)
28 WizardWindow buildWizard
= new WizardWindow();
34 private void ShowDesigner(object sender
, RoutedEventArgs e
)
36 DesignerWindow buildDesigner
= new DesignerWindow();