Exemplo n.º 1
0
        public DialogWindow(FrameworkElement content, WindowController controller) : this()
        {
            _controller = controller;

            controller?.BindWindow(this);

            Content = content;
        }