コード例 #1
0
ファイル: TSegment.cs プロジェクト: Ewelala/Kolokwium1
 public TSegment(TPoint _first, TPoint _last)
 {
     first = _first;
     last  = _last;
 }