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

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

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

revision 1.1 by ktreichel, Sun Sep 25 12:46:24 2005 UTC revision 1.2 by drobosson, Mon Sep 26 12:18:31 2005 UTC
# Line 28  namespace System.Windows.Forms Line 28  namespace System.Windows.Forms
28                    
29          public class GridTableStylesCollection : BaseCollection          public class GridTableStylesCollection : BaseCollection
30          {          {
31                  private ArrayList _tableStylesCollection = new ArrayList();                  private ArrayList tableStylesCollection = new ArrayList();
32                                    
33                  [TODO]                  [TODO]
34                  public virtual int Add(DataGridTableStyle table)                  public virtual int Add(DataGridTableStyle table)
35                  {                  {
36                          return this._tableStylesCollection.Add(table);                          return this.tableStylesCollection.Add(table);
37                  }                  }
38    
39                  [TODO]                  [TODO]
# Line 95  namespace System.Windows.Forms Line 95  namespace System.Windows.Forms
95                  {                  {
96                          get                          get
97                          {                          {
98                                  return (DataGridTableStyle)  this._tableStylesCollection[index];                                  return (DataGridTableStyle)  this.tableStylesCollection[index];
99                          }                          }
100    
101                  }                  }
# Line 115  namespace System.Windows.Forms Line 115  namespace System.Windows.Forms
115                  {                  {
116                          get                          get
117                          {                          {
118                                  return this._tableStylesCollection;                                  return this.tableStylesCollection;
119                          }                          }
120    
121                  }                  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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