Exemplo n.º 1
0
        public static QLDataContext GetInstance()
        {
            if (Instance == null)
                Instance = new QLDataContext();

            return Instance;
        }
Exemplo n.º 2
0
        public static QLDataContext GetInstance()
        {
            if (Instance == null)
            {
                Instance = new QLDataContext();
            }

            return(Instance);
        }