- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace LYFZ.ComponentLibrary
- {
- public class ButtonQQ : ButtonExpand
- {
- public ButtonQQ()
- : base(LYFZ.ComponentLibrary.GetUIResources.btn_qq)
- {
- this.BackImg = LYFZ.ComponentLibrary.GetUIResources.btn_qq;
- }
- }
- }
|