Пример #1
0
        public void SaveLocation(DependencyPath path)
        {
            string saveFile = Path.Combine(GetCurrentPath(), ".libdef");

            LibraryManager manager = new LibraryManager(saveFile);
            manager.Append(path);
        }