Пример #1
0
 public void Append(Intf_TangentZone theItem)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public bool Insert(Intf_TangentZone TheZone)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public void SetValue(int theIndex, Intf_TangentZone theItem)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public void InsertAfter(int theIndex, Intf_TangentZone theItem)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public bool HasCommonRange(Intf_TangentZone Other)
 {
     throw new NotImplementedException();
 }
Пример #6
0
 public bool IsEqual(Intf_TangentZone Other)
 {
     throw new NotImplementedException();
 }
Пример #7
0
 public Intf_TangentZone(Intf_TangentZone parameter1)
     : base()
 {
     throw new NotImplementedException();
 }