Exemplo n.º 1
0
        void DownloadView_Loaded(object sender, RoutedEventArgs e)
        {
            if (_openwindow != null)
            {
                _openwindow.Activate();
                Close();
            }

            _openwindow = this;
        }
Exemplo n.º 2
0
 static void DownloadView_Closed(object sender, EventArgs e)
 {
     _openwindow = null;
 }