Exemple #1
0
        /// <summary>
        /// Calls every time when view is activated.
        /// </summary>
        public void Init()
        {
            var config = _database.GetConfig();

            SourceFolderPath = config.SourceFolderPath;
            TargetFolderPath = config.TargetFolderPath;
        }