1 // Copyright (c) Microsoft Corporation. All rights reserved.
4 using System
.Windows
.Forms
;
6 namespace Microsoft
.ServiceModel
.Samples
11 /// The main entry point for the application.
16 Application
.EnableVisualStyles();
17 Application
.Run(new Form1());