예제 #1
0
        public static void Start()
        {
            //Start method check esstinal storage function
            if (DirectoryOps.CheckDirectoriesStruct() == false)
            {
                //Recreate the DirectoryStructure

                DirectoryOps.ReCreateDirectoriesStruct();
                MemoryOps.CreateStartElement(Path.Combine(DirectoryOps.MainPath, DirectoryOps.Dirs[3], "DBS.xml"), "DBS_LISTS");
            }
        }
예제 #2
0
 public static String Test()
 {
     return(MemoryOps.SelectNodes(Path.Combine(DirectoryOps.MainPath, DirectoryOps.Dirs[3], "DBS.xml"), "DB_LISTS").InnerXml);
 }