Ejemplo n.º 1
0
 public void Add(Bnd_Range theRange)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public bool Union(Bnd_Range theOther)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public Bnd_Range(Bnd_Range parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public void Common(Bnd_Range theOther)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public bool IsOut(Bnd_Range theRange)
 {
     throw new NotImplementedException();
 }