Bamboo.Prevalence.Examples.ToDoList.TaskSystem.TaskSystem C# (CSharp) Method

TaskSystem() public method

public TaskSystem ( ) : System
return System
		public TaskSystem()
		{
			_tasks = new System.Collections.Hashtable();	
		}