コード例 #1
0
ファイル: Program.cs プロジェクト: xuchuansheng/GenXSource
		static void Main()
		{
			Application.EnableVisualStyles();
			Application.SetCompatibleTextRenderingDefault(false);
			NotifyIconHolder iconHolder = new NotifyIconHolder(new PresenterServiceProvider());
			Application.Run();
		}
コード例 #2
0
ファイル: Program.cs プロジェクト: carlhuth/GenXSource
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            NotifyIconHolder iconHolder = new NotifyIconHolder(new PresenterServiceProvider());

            Application.Run();
        }