// Should be public in v.next internal void Filter(int category) { if (TaskListCookie != 0) { TaskList.AutoFilter(category); } }