/// <summary> /// 列表刷新 /// </summary> public new void RefreshList() { if (RefreshListed != null) { RefreshListed(this, new EventArgs()); } pes = new PropertsUtils(); defaultColor = pes.BackColor; base.RefreshList(); }
public UpdateForm(PropertsUtils cps) { pes = cps; InitializeComponent(); }