예제 #1
0
파일: CheckBox.cs 프로젝트: JonSnowbd/Ash
 public CheckBox(string text, Skin skin, string styleName = null) : this(text,
                                                                         skin.Get <CheckBoxStyle>(styleName))
 {
 }
예제 #2
0
파일: TextButton.cs 프로젝트: JonSnowbd/Ash
 public TextButton(string text, Skin skin, string styleName = null) : this(text,
                                                                           skin.Get <TextButtonStyle>(styleName))
 {
 }