www.pudn.com > PPC_Weather.rar > Program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace PPC_Weather
{
static class Program
{
///
/// The main entry point for the application.
///
[MTAThread]
static void Main()
{
Application.Run(new Form1());
}
}
}