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/ComponentModel ICustomTypeDes


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System/ComponentModel ICustomTypeDescriptor.cs,1.1,1.2
Date: Thu, 01 May 2003 15:13:32 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel
In directory subversions:/tmp/cvs-serv2058/System/ComponentModel

Modified Files:
        ICustomTypeDescriptor.cs 
Log Message:
Uncomment code after the check-in of EventDescriptor


Index: ICustomTypeDescriptor.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ICustomTypeDescriptor.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ICustomTypeDescriptor.cs    26 Dec 2002 07:34:25 -0000      1.1
--- ICustomTypeDescriptor.cs    1 May 2003 19:13:30 -0000       1.2
***************
*** 36,40 ****
                TypeConverter GetConverter();
  
! //            EventDescriptor GetDefaultEvent();
  
                PropertyDescriptor GetDefaultProperty();
--- 36,40 ----
                TypeConverter GetConverter();
  
!               EventDescriptor GetDefaultEvent();
  
                PropertyDescriptor GetDefaultProperty();
***************
*** 42,49 ****
                Object GetEditor(System.Type editorBaseType);
  
- /*
                EventDescriptorCollection GetEvents();
                
!               EventDescriptorCollection GetEvents(Attribute[] arr);*/
  
                PropertyDescriptorCollection GetProperties();
--- 42,48 ----
                Object GetEditor(System.Type editorBaseType);
  
                EventDescriptorCollection GetEvents();
                
!               EventDescriptorCollection GetEvents(Attribute[] arr);
  
                PropertyDescriptorCollection GetProperties();





reply via email to

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