public static RemoteCameraFactory GetInstance()
        {
            if (SingletonCameraFactory == null)
            {
                SingletonCameraFactory = new RemoteCameraFactory();
            }

            return SingletonCameraFactory;
        }
Ejemplo n.º 2
0
        public static RemoteCameraFactory GetInstance()
        {
            if (SingletonCameraFactory == null)
            {
                SingletonCameraFactory = new RemoteCameraFactory();
            }

            return(SingletonCameraFactory);
        }