Esempio n. 1
0
File: WebCam.cs Progetto: ORRNY66/GS
 public static WebCam GetInstance()
 {
     if (Singelton == null)
     {
         Singelton = new WebCam();
         return Singelton;
     }
     else {
         return Singelton;
     }
 }
Esempio n. 2
0
 public static WebCam GetInstance()
 {
     if (Singelton == null)
     {
         Singelton = new WebCam();
         return(Singelton);
     }
     else
     {
         return(Singelton);
     }
 }