dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/Xsharp TopLevelWindow.cs,1.6,1.7


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/Xsharp TopLevelWindow.cs,1.6,1.7
Date: Sat, 21 Jun 2003 23:19:47 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/Xsharp
In directory subversions:/tmp/cvs-serv30487/Xsharp

Modified Files:
        TopLevelWindow.cs 
Log Message:


Correct "Close" handling for top-level forms; implement
"DestroyHandle" and "Dispose".


Index: TopLevelWindow.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Xsharp/TopLevelWindow.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** TopLevelWindow.cs   13 Jun 2003 02:39:29 -0000      1.6
--- TopLevelWindow.cs   22 Jun 2003 03:19:45 -0000      1.7
***************
*** 411,415 ****
        /// <see langword="false"/>.</para>
        /// </returns>
!       public bool Close()
                        {
                                // Bail out if the window has already been 
destroyed.
--- 411,415 ----
        /// <see langword="false"/>.</para>
        /// </returns>
!       public virtual bool Close()
                        {
                                // Bail out if the window has already been 
destroyed.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]