Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Eto.Forms.RadioButtonList"/> class.
 /// </summary>
 public RadioButtonList()
 {
     ItemTextBinding = new ListItemTextBinding();
     ItemKeyBinding  = new ListItemKeyBinding();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Eto.Forms.ListControl"/> class.
 /// </summary>
 protected ListControl()
 {
     ItemTextBinding = new ListItemTextBinding();
     ItemKeyBinding  = new ListItemKeyBinding();
 }