
devExpress,xtraTabControl标签页关闭与添加(删除与添加)
using DevExpress.XtraTab; using System; using System.Windows.Forms;namespace devExpress标签页 {public partial class Form1 : Form{public Form1(){InitializeComponent();}private void button1_Click(object sender, EventArgs e){UserControl1 uc1 = new UserControl…