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