示例#1
0
文件: Watch.cs 项目: ermau/Tempest
 public static Watch StartNew()
 {
     Watch watch = new Watch ();
     watch.Start ();
     return watch;
 }