usingSystem;usingSystem.Collections.Generic;usingSystem.Windows.Forms;namespaceDemo.WindowsMobile{staticclassProgram{/// <summary>/// The main entry point for the application./// </summary> [MTAThread]staticvoidMain(){Application.Run(newMainForm());}}}