コード例 #1
0
ファイル: ButtonBar.cs プロジェクト: jtorres/monodevelop-1
 public DarkThemeSegmentedCell(ButtonBar buttonBar)
 {
     this.buttonBar = buttonBar;
 }
コード例 #2
0
 public DarkThemeSegmentedCell(ButtonBar buttonBar)
 {
     this.buttonBarRef = new WeakReference <ButtonBar> (buttonBar);
 }