added samples
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Scenario / DataBinding / WindowsForms / CS / client / client.cs
blobb8680036a4cb9ca486f2d0f4ef033b17f6eb6296
1 // Copyright (c) Microsoft Corporation. All rights reserved.
3 using System;
4 using System.Windows.Forms;
6 namespace Microsoft.ServiceModel.Samples
8 static class client
10 /// <summary>
11 /// The main entry point for the application.
12 /// </summary>
13 [STAThread]
14 static void Main()
16 Application.EnableVisualStyles();
17 Application.Run(new Form1());