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