コード例 #1
0

        
コード例 #2
0
		protected BaseLine(BaseLine other)
		{
			this.p1 = other.P1;
			AddP1Listeners(this.p1);
			this.p2 = other.P2;
			AddP2Listeners(this.p2);
		}