Ejemplo n.º 1
0

        
Ejemplo n.º 2
0
		protected BaseLine(BaseLine other)
		{
			this.p1 = other.P1;
			AddP1Listeners(this.p1);
			this.p2 = other.P2;
			AddP2Listeners(this.p2);
		}