コード例 #1
0
 public void Update()
 {
     _hours   = _source.GetHours();
     _minutes = _source.GetMinutes();
     _seconds = _source.GetSeconds();
 }