Example #1
0
        public ChildWindow()
        {
            InitializeComponent();
            DataContext = this;

            DialogResultCommand = new ResultCommand(
                result =>
                    {
                        DialogResult = result;
                        Close();
                    });
        }
Example #2
0
        public ChildWindow()
        {
            InitializeComponent();
            DataContext = this;

            DialogResultCommand = new ResultCommand(
                result =>
            {
                DialogResult = result;
                Close();
            });
        }