示例#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;
 }