예제 #1
0
 public static Watch StartNew()
 {
     Watch watch = new Watch ();
     watch.Start ();
     return watch;
 }
예제 #2
0
파일: Watch.cs 프로젝트: Indifer/Test
		public static Watch StartNew ()
		{
			Watch temp = new Watch ();
			temp.Start ();
			return temp;
		}