Bumblebee.Examples.Web.Pages.Nirvana.TaskList.TaskList C# (CSharp) Method

TaskList() public method

public TaskList ( Session session, IWebElement tag ) : System.Collections.Generic
session Session
tag IWebElement
return System.Collections.Generic
		public TaskList(Session session, IWebElement tag) : base(session, tag)
		{
		}
TaskList