Exemple #1
0
        /// <summary>
        /// Opens the current working folder using the explorer
        /// </summary>
        public void OpenWorkingFolder()
        {
            var engine = new SyncEngine {
                WorkingFolder = Config.WorkingFolder
            };

            engine.OpenWorkingFolder();
        }