示例#1
0
文件: CheckBox.cs 项目: JonSnowbd/Ash
 public CheckBox(string text, Skin skin, string styleName = null) : this(text,
                                                                         skin.Get <CheckBoxStyle>(styleName))
 {
 }
示例#2
0
 public TextButton(string text, Skin skin, string styleName = null) : this(text,
                                                                           skin.Get <TextButtonStyle>(styleName))
 {
 }