Exemplo n.º 1
0
 public static Watch StartNew()
 {
     Watch watch = new Watch ();
     watch.Start ();
     return watch;
 }
Exemplo n.º 2
0
		public static Watch StartNew ()
		{
			Watch temp = new Watch ();
			temp.Start ();
			return temp;
		}