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

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

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

revision 1.42 by ktreichel, Sat Dec 11 11:27:34 2004 UTC revision 1.43 by Rich333, Thu Dec 30 09:16:33 2004 UTC
# Line 660  public class Form : ContainerControl Line 660  public class Form : ContainerControl
660                                  {                                  {
661                                          return base.CreateToolkitWindow(parent);                                          return base.CreateToolkitWindow(parent);
662                                  }                                  }
663                                    
664                                  CreateParams cp = CreateParams;                                  CreateParams cp = CreateParams;
665    
666                                  // Create the window and set its initial caption.                                  // Create the window and set its initial caption.
# Line 1602  public class Form : ContainerControl Line 1602  public class Form : ContainerControl
1602                                  if(!(args.Cancel))                                  if(!(args.Cancel))
1603                                  {                                  {
1604                                          OnClosed(EventArgs.Empty);                                          OnClosed(EventArgs.Empty);
1605                                          DestroyHandle();                                          Dispose();
1606                                  }                                  }
1607                          }                          }
1608    

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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