Exemplo n.º 1
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(); }
Exemplo n.º 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();
 }