示例#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;
 }