Ejemplo n.º 1
0
 public CheckBox(string text, Skin skin, string styleName = null) : this(text,
                                                                         skin.Get <CheckBoxStyle>(styleName))
 {
 }
Ejemplo n.º 2
0
 public TextButton(string text, Skin skin, string styleName = null) : this(text,
                                                                           skin.Get <TextButtonStyle>(styleName))
 {
 }