www.pudn.com > WM5.0forGIF.rar > Program.cs


using System; 
using System.Collections.Generic; 
using System.Windows.Forms; 
 
namespace gifTest 
{ 
    static class Program 
    { 
        ///  
        /// 应用程序的主入口点。 
        ///  
        [MTAThread] 
        static void Main() 
        { 
            Application.Run(new Form1()); 
        } 
    } 
}