Exemplo n.º 1
0
        public ServersFound()
        {
            InitializeComponent();
            WindowStartupLocation = WindowStartupLocation.CenterOwner;

            ViewModel   = new ServersFoundViewModel();
            DataContext = ViewModel;
            Closing    += (o, e) => ViewModel.StopLooking();
        }
Exemplo n.º 2
0
        public ServersFound()
        {
            InitializeComponent();
            WindowStartupLocation = WindowStartupLocation.CenterOwner;

            ViewModel = new ServersFoundViewModel();
            DataContext = ViewModel;
            Closing += (o, e) => ViewModel.StopLooking();
        }