在你Program.cs 里的Main里的  Application.Run();方法前写
   NotifyIcon _Icon = new NotifyIcon();
            _Icon.Icon = new Form2().Icon;
            _Icon.Visible = true;
 Application.Run(new Form1());