コード例 #1
0
ファイル: SIZEL.cs プロジェクト: tablesmit/NRegFreeCom
 public SIZEL(SIZEL o)
 {
     this.cx = o.cx; this.cy = o.cy;
 }
コード例 #2
0
 public SIZEL(SIZEL o)
 {
     this.cx = o.cx; this.cy = o.cy;
 }