|
@@ -27,7 +27,7 @@ namespace PRSDesktop
|
|
|
/// <summary>
|
|
|
/// Interaction logic for TaskPanel.xaml
|
|
|
/// </summary>
|
|
|
- public partial class TaskPanel : UserControl, IPanel<Kanban>, ITaskHost, IJobControl, IPropertiesPanel<TaskPanelProperties>
|
|
|
+ public partial class TaskPanel : UserControl, IPanel<Kanban>, ITaskHost, IJobControl, IPropertiesPanel<TaskPanelProperties, CanConfigureTasksPanel>
|
|
|
{
|
|
|
private bool _bTabChanging;
|
|
|
private KanbanType[] kanbanTypes = null!; // Initialized in Setup()
|