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

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

            return SingletonCameraFactory;
        }