Exemple #1
0
 public EtoRadioButton()
 {
     Cell  = new EtoCenteredButton(defaultHeight);
     Title = string.Empty;
     SetButtonType(NSButtonType.Radio);
 }
Exemple #2
0
 public EtoCheckBoxButton()
 {
     Cell  = new EtoCenteredButton(defaultHeight);
     Title = string.Empty;
     SetButtonType(NSButtonType.Switch);
 }