public EtoBox(GroupBoxHandler handler)
 {
     Title       = string.Empty;
     ContentView = new MacPanelView {
         Handler = handler
     };
 }
Ejemplo n.º 2
0
 public EtoBox(GroupBoxHandler handler)
 {
     Title         = string.Empty;
     TitlePosition = NSTitlePosition.NoTitle;
     ContentView   = new EtoContentView {
         Handler = handler
     };
 }