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