using System.Windows.Controls; namespace PRSDesktop.Panels.Jobs { public partial class JobDesignSetDetails : UserControl { public JobDesignSetDetails() { InitializeComponent(); } } }