Ejemplo n.º 1
0
 public void SeparateSingle()
 {
     _sharedPoint?.Users?.Remove(this);
     _sharedPoint = new SharedPoint3D(this);
 }
Ejemplo n.º 2
0
 public VirtualPoint()
 {
     _sharedPoint = new SharedPoint3D(this);
 }