把托盘图标和主界面窗体分离
nnhy authored at 2011-10-25 23:11:26
234.00 B
X
using System;
using System.Collections.Generic;
using System.Text;

namespace XAgent
{
    class Program
    {
        static void Main(string[] args)
        {
            AgentService.ServiceMain();
        }
    }
}