aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Utilities/Tango.JobProgressTester.UI/Tango.JobProgressTester.UI.csproj
blob: eb52974226fc8ba27ee8e1a90bbe8411a5e3fbbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
generated by cgit v1.3.1 (git 2.54.0) at 2026-08-04 01:34:41 +0000
 


>action)
        {
            Application.Current.Dispatcher.BeginInvoke(action);
        }

        /// <summary>
        /// Invokes the specified action on the UI Thread.
        /// </summary>
        /// <param name="action">The action.</param>
        protected virtual void InvokeUINow(Action action)
        {
            Application.Current.Dispatcher.Invoke(action);
        }
    }
}