Beispiel #1
0
 public static Watch StartNew()
 {
     Watch watch = new Watch ();
     watch.Start ();
     return watch;
 }