Exemplo n.º 1
0
        /// <summary>
        /// Call this method to initialize viewmodel items that might need to display
        /// progress information (e.g. call this in OnLoad() method of view)
        /// </summary>
        /// <param name="path"></param>
        public void InitializeViewModel(IPathModel path)
        {
            // Navigate demo controller without Treeview to this location
            FolderView.NavigateToFolder(path);

            // Navigate demo controller with Treeview to this location
            FolderTreeView.NavigateToFolder(path);
        }