예제 #1
0
파일: Timer.cs 프로젝트: Boxxxx/clicker
 private void Refresh() {
     _timestamp = new Timestamp();
 }
예제 #2
0
파일: Timer.cs 프로젝트: Boxxxx/clicker
 public Timestamp(Timestamp other) {
     _time = other._time;
 }