コード例 #1
0
ファイル: Form1.cs プロジェクト: hsshhsxm/course-work
 private void UpdateEdge(EDGE e)
 {
     e.SetX(e.GetX() + e.GetDx());
 }