Exemplo n.º 1
0
        public static LocalCameraFactory GetInstance()
        {
            if (SingletonCameraFactory == null)
            {
                SingletonCameraFactory = new LocalCameraFactory();
            }

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

            return SingletonCameraFactory;
        }