UpDownButtonPaintEventHandler.cs 158 B

12345
  1. using System;
  2. namespace LYFZ.OtherExpansion.SkinControl
  3. {
  4. public delegate void UpDownButtonPaintEventHandler(object sender, UpDownButtonPaintEventArgs e);
  5. }