Exemplo n.º 1
0
 public bool Unite(BOPDS_MapOfPave theOther)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public bool Contains(BOPDS_MapOfPave theOther)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void Union(BOPDS_MapOfPave theLeft, BOPDS_MapOfPave theRight)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public BOPDS_MapOfPave Assign(BOPDS_MapOfPave theOther)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 public void Exchange(BOPDS_MapOfPave theOther)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 6
0
 public BOPDS_MapOfPave(BOPDS_MapOfPave theOther)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 7
0
 public bool Subtract(BOPDS_MapOfPave theOther)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 8
0
 public bool HasIntersection(BOPDS_MapOfPave theMap)
 {
     throw new NotImplementedException();
 }