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