コード例 #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))
 {
 }