示例#1
0
        private void BackgroundCreationWorkerCompleted(object sender, RunWorkerCompletedEventArgs e)
        {
            P2PEditor.GuiLogMessage("Distributed job " + newDistributedJob.Guid, NotificationLevel.Debug);
            DataContext = new DistributedJob();

            P2PEditorPresentation.ShowActiveJobs();
            P2PEditorPresentation.ActiveJobsControl.JobListBox.SelectedIndex = 0;
        }
示例#2
0
 private void BackgroundDeletionWorkerCompleted(object sender, RunWorkerCompletedEventArgs e)
 {
     P2PEditorPresentation.ShowActiveJobs();
 }