public void Append(ChFiDS_Spine theItem)
 {
     throw new NotImplementedException();
 }
 public void InsertAfter(int theIndex, ChFiDS_Spine theItem)
 {
     throw new NotImplementedException();
 }
 public void SetValue(int theIndex, ChFiDS_Spine theItem)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public ChFiDS_Spine(ChFiDS_Spine parameter1)
     : base()
 {
     throw new NotImplementedException();
 }