Exemple #1
0
        public static ImportXml getInstance()
        {
            if (ImportXml.mInstance == null)
            {
                ImportXml.mInstance = new ImportXml();
            }

            return(ImportXml.mInstance);
        }
        public static ImportXml getInstance()
        {
            if (ImportXml.mInstance == null)
            {
                ImportXml.mInstance = new ImportXml();
            }

            return ImportXml.mInstance;
        }