예제 #1
0
파일: Classes.cs 프로젝트: Altaxo/Altaxo
		public tagSIZEL(tagSIZEL o)
		{
			this.cx = o.cx; this.cy = o.cy;
		}
예제 #2
0
 public tagSIZEL(tagSIZEL o)
 {
     cx = o.cx;
     cy = o.cy;
 }