コード例 #1
0
 public void StartClock()
 {
     Hour.SetEndOfHand(CenterX, CenterY);
     Minute.SetEndOfHand(CenterX, CenterY);
     Second.SetEndOfHand(CenterX, CenterY);
 }