Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Rotation.OutlineViewDelegate"/> class.
 /// </summary>
 /// <param name="controller">Controller.</param>
 public SourceListDelegate(SourceListView controller)
 {
     // Initialize
     this._controller = controller;
 }
		/// <summary>
		/// Initializes a new instance of the <see cref="Rotation.OutlineDataSource"/> class.
		/// </summary>
		/// <param name="controller">Controller.</param>
		public SourceListDataSource (SourceListView controller)
		{
			// Initialize
			this._controller = controller;
		}