using System; using Comal.Classes; namespace PRSDesktop { public interface IJobControl { Job Job { get; set; } JobPanelSettings Settings { get; set; } } }