using System; using System.IO; using System.Windows; using System.Windows.Controls; using MPF.Core.UI.ViewModels; using WPFCustomMessageBox; using WinForms = System.Windows.Forms; #pragma warning disable IDE1006 // Naming Styles namespace MPF.UI.Core.Windows { /// /// Interaction logic for CreateIRDWindow.xaml /// public partial class CreateIRDWindow : WindowBase { /// /// Read-only access to the current check dump view model /// public CreateIRDViewModel CreateIRDViewModel => DataContext as CreateIRDViewModel ?? new CreateIRDViewModel(); #if NET35 #region Settings private Button? _InputPathBrowseButton => ItemHelper.FindChild