コード例 #1
0
ファイル: Abstract.cs プロジェクト: hultqvist/SharpKit-SDK
		/// <param name="pane">The virtual pane on which the selectable item are rendered</param>
		/// <param name="selectionDelegate">An optional delegate, which can be used to customize the behavior of the selection manager without sub classing it.</param>
		public Abstract(qx.ui.virtualx.core.Pane pane, ISelectionDelegate selectionDelegate = null) { throw new NotImplementedException(); }
コード例 #2
0
 /// <param name="pane">The virtual pane on which the selectable item are rendered</param>
 /// <param name="selectionDelegate">An optional delegate, which can be used to customize the behavior of the selection manager without sub classing it.</param>
 public Abstract(qx.ui.virtualx.core.Pane pane, ISelectionDelegate selectionDelegate = null)
 {
     throw new NotImplementedException();
 }