Exemple #1
0
 public static WebCam GetInstance()
 {
     if (Singelton == null)
     {
         Singelton = new WebCam();
         return Singelton;
     }
     else {
         return Singelton;
     }
 }
Exemple #2
0
 public static WebCam GetInstance()
 {
     if (Singelton == null)
     {
         Singelton = new WebCam();
         return(Singelton);
     }
     else
     {
         return(Singelton);
     }
 }