摘要: public Form1(){ InitializeComponent(); ContextMenuStrip listboxMenu = new ContextMenuStrip(); ToolStripMenuItem rightMenu = new ToolStripMenuItem("Copy"); rightMenu.Click += new EventHandler(Copy_Click); listboxMenu.Items.AddRange(new ToolStripI... 阅读全文
posted @ 2013-04-11 08:36 Yu 阅读(1076) 评论(0) 推荐(0)