1 /*************************************************************************************************
5 * Description: Entry point for an application that supports UIAutomation in a custom control.
7 * See ProviderForm.cs for a full description of this sample.
10 * This file is part of the Microsoft Windows SDK Code Samples.
12 * Copyright (C) Microsoft Corporation. All rights reserved.
14 * This source code is intended only as a supplement to Microsoft
15 * Development Tools and/or on-line documentation. See these other
16 * materials for detailed information regarding Microsoft code samples.
18 * THIS CODE AND INFORMATION ARE PROVIDED AS IS WITHOUT WARRANTY OF ANY
19 * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
20 * IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
23 *************************************************************************************************/
26 using System
.Collections
.Generic
;
27 using System
.Windows
.Forms
;
29 namespace CustomControls
34 /// The main entry point for the application.
39 Application
.EnableVisualStyles();
40 Application
.Run(new SampleApplicationForm());