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

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

[Dotgnu-pnet-commits] CVS: pnetlib/System.Windows.Forms Button.cs,1.2,1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System.Windows.Forms Button.cs,1.2,1.3 CheckBox.cs,1.1,1.2 Control.cs,1.8,1.9 UserControl.cs,1.1,1.2
Date: Fri, 13 Jun 2003 17:55:58 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/System.Windows.Forms
In directory subversions:/tmp/cvs-serv29918/System.Windows.Forms

Modified Files:
        Button.cs CheckBox.cs Control.cs UserControl.cs 
Log Message:


Fix some compilation issues for csc (Neil Cawse <address@hidden>).


Index: Button.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Windows.Forms/Button.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Button.cs   12 Jun 2003 02:55:48 -0000      1.2
--- Button.cs   13 Jun 2003 21:55:56 -0000      1.3
***************
*** 23,28 ****
  {
  
- using System.Windows.Forms.Toolkit;
- 
  public class Button : ButtonBase, IButtonControl
  {
--- 23,26 ----

Index: CheckBox.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Windows.Forms/CheckBox.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CheckBox.cs 11 Jun 2003 07:07:19 -0000      1.1
--- CheckBox.cs 13 Jun 2003 21:55:56 -0000      1.2
***************
*** 23,28 ****
  {
  
- using System.Windows.Forms.Toolkit;
- 
  public class CheckBox : ButtonBase
  {
--- 23,26 ----

Index: Control.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Windows.Forms/Control.cs,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** Control.cs  13 Jun 2003 02:39:29 -0000      1.8
--- Control.cs  13 Jun 2003 21:55:56 -0000      1.9
***************
*** 28,32 ****
  using System.Drawing.Text;
  using System.Collections;
- using System.Windows.Forms.Toolkit;
  
  #if CONFIG_COMPONENT_MODEL
--- 28,31 ----

Index: UserControl.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Windows.Forms/UserControl.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** UserControl.cs      13 Jun 2003 10:56:30 -0000      1.1
--- UserControl.cs      13 Jun 2003 21:55:56 -0000      1.2
***************
*** 45,49 ****
  
        // Get the default size of the user control
!       public override Size DefaultSize
                        {
                                get
--- 45,49 ----
  
        // Get the default size of the user control
!       protected override Size DefaultSize
                        {
                                get





reply via email to

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