/[dotgnu-pnet]/pnetlib/System.Windows.Forms/Control.cs
ViewVC logotype

Diff of /pnetlib/System.Windows.Forms/Control.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.96 by drobosson, Fri Sep 23 08:44:02 2005 UTC revision 1.97 by drobosson, Tue Sep 27 09:29:58 2005 UTC
# Line 402  public class Control : IWin32Window, IDi Line 402  public class Control : IWin32Window, IDi
402                          {                          {
403                                  get                                  get
404                                  {                                  {
405                                          return (createThread != Thread.CurrentThread);                                          return (createThread != null &&
406                                                            createThread != Thread.CurrentThread);
407                                  }                                  }
408                          }                          }
409    

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26