Ejemplo n.º 1
0
        public ThreadsWindow(string title, DebuggingSession session, TaskScheduler taskScheduler)
            : base(title, session, taskScheduler)
        {
            _analyzer = new ThreadAnalyzer(this);

            Icon = BitmapFrame.Create(new Uri(@"pack://application:,,,/Panes/threads.png", UriKind.RelativeOrAbsolute));
        }