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