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