예제 #1
0
파일: WebCam.cs 프로젝트: ORRNY66/GS
 public static WebCam GetInstance()
 {
     if (Singelton == null)
     {
         Singelton = new WebCam();
         return Singelton;
     }
     else {
         return Singelton;
     }
 }
예제 #2
0
파일: WebCam.cs 프로젝트: gitter-badger/GS
 public static WebCam GetInstance()
 {
     if (Singelton == null)
     {
         Singelton = new WebCam();
         return(Singelton);
     }
     else
     {
         return(Singelton);
     }
 }