コード例 #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);
     }
 }