Exemplo n.º 1
0
 public DarkThemeSegmentedCell(ButtonBar buttonBar)
 {
     this.buttonBar = buttonBar;
 }
Exemplo n.º 2
0
 public DarkThemeSegmentedCell(ButtonBar buttonBar)
 {
     this.buttonBarRef = new WeakReference <ButtonBar> (buttonBar);
 }