コード例 #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;
 }