Interaction logic for MainWindow.xaml.
Exemplo n.º 1
0
        public PleaseWaitService(ShellView shellView)
        {
            Argument.IsNotNull(() => shellView);

            _shellView = shellView;
        }