说明: 用法 NotifyIcon.NotifyIcon notifyicon; private void Form1_Load(object sender, EventArgs e) { notifyicon = new NotifyIcon.NotifyIcon(); notifyicon.Icon = Properties.Resources.DZBARCODE; notifyicon.Click += new EventHandler(notifyicon_Click); notifyicon
<huyantong> 上传 | 大小:6kb