JobDesignImportWindow.xaml.cs 221 B

123456789101112
  1. using System.Windows;
  2. namespace PRSDesktop.Panels.Jobs
  3. {
  4. public partial class JobDesignImportWindow : Window
  5. {
  6. public JobDesignImportWindow()
  7. {
  8. InitializeComponent();
  9. }
  10. }
  11. }