Ejemplo n.º 1
0
        public static ExportXml getInstance()
        {
            if(mInstance == null)
            {
                mInstance = new ExportXml();
            }

            return mInstance;
        }
Ejemplo n.º 2
0
        public static ExportXml getInstance()
        {
            if (mInstance == null)
            {
                mInstance = new ExportXml();
            }

            return(mInstance);
        }