Exemplo n.º 1
0
        public static Countly SharedInstance()
        {
            if (null == sharedInstance)
            {
                sharedInstance = new Countly();
            }

            return(sharedInstance);
        }
Exemplo n.º 2
0
        public static Countly SharedInstance()
        {
            if (null == sharedInstance)
            {
                sharedInstance = new Countly();
            }

            return sharedInstance;
        }