Пример #1
0
 public void Add(Bnd_Range theRange)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public bool Union(Bnd_Range theOther)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public Bnd_Range(Bnd_Range parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public void Common(Bnd_Range theOther)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public bool IsOut(Bnd_Range theRange)
 {
     throw new NotImplementedException();
 }