实例如下: using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace 集合去除重复数据 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e…