using InABox.Wpf; using System; using System.Windows; namespace PRSDesktop { /// /// Interaction logic for WindowTrackerSetup.xaml /// public partial class WindowTrackerSetup : ThemableWindow { public WindowTrackerSetup(Guid employeeid) { InitializeComponent(); trackergrid.EmployeeID = employeeid; trackergrid.Refresh(true, true); } } }