예제 #1
0
		static void Main()
		{
			Application.EnableVisualStyles();
			Application.SetCompatibleTextRenderingDefault(false);
			NotifyIconHolder iconHolder = new NotifyIconHolder(new PresenterServiceProvider());
			Application.Run();
		}
예제 #2
0
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            NotifyIconHolder iconHolder = new NotifyIconHolder(new PresenterServiceProvider());

            Application.Run();
        }