##// END OF EJS Templates
minor fix
cin -
r111:0fdaf280c797 v1
parent child
Show More
@@ -25,7 +25,7 namespace Implab.Fx
25 /// description => m_ctl.Text = description // now it's safe
25 /// description => m_ctl.Text = description // now it's safe
26 /// )
26 /// )
27 /// </example>
27 /// </example>
28 public static Promise<T> DispatchToControl<T>(this Promise<T> that, Control ctl)
28 public static Promise<T> DispatchToControl<T>(this IPromise<T> that, Control ctl)
29 {
29 {
30 if (that == null)
30 if (that == null)
31 throw new ArgumentNullException("that");
31 throw new ArgumentNullException("that");
General Comments 0
You need to be logged in to leave comments. Login now