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 ListControl.cs,


From: Richard Baumann <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System.Windows.Forms ListControl.cs,1.1,1.2
Date: Sun, 06 Jul 2003 17:24:38 -0400

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

Modified Files:
        ListControl.cs 
Log Message:
Stub some missing methods in winforms ListControl.


Index: ListControl.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Windows.Forms/ListControl.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ListControl.cs      2 Jul 2003 19:55:15 -0000       1.1
--- ListControl.cs      6 Jul 2003 21:24:35 -0000       1.2
***************
*** 24,27 ****
--- 24,28 ----
  using System;
  using System.Reflection;
+ using System.Collections;
  
  namespace System.Windows.Forms
***************
*** 178,182 ****
        
        protected abstract void RefreshItem( int index );
!       
  }; // class ListControl
        
--- 179,195 ----
        
        protected abstract void RefreshItem( int index );
! 
!       [TODO]
!       protected virtual void SetItemCore(int index, object value)
!       {
!               throw new NotImplementedException("SetItemCore");
!       }
! 
!       [TODO]
!       protected virtual void SetItemsCore(IList value)
!       {
!               throw new NotImplementedException("SetItemsCore");
!       }
! 
  }; // class ListControl
        





reply via email to

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