ButtonQQ.cs 298 B

123456789101112131415
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace LYFZ.ComponentLibrary
  6. {
  7. public class ButtonQQ : ButtonExpand
  8. {
  9. public ButtonQQ()
  10. {
  11. this.BackImg = LYFZ.ComponentLibrary.Properties.Resources.btn_qq;
  12. }
  13. }
  14. }