コード例 #1
0
ファイル: Document.cs プロジェクト: MRoc/puremp3
        private void OnPathChanged(Object sender, PropertyChangedEventArgs e)
        {
            string selectedPath = FileTreeModel.SelectedPathString();

            if (!FileUtils.ArePathsEqual(selectedPath, Editor.Path.Value))
            {
                FileTreeModel.ExpandAndSelect(Editor.Path.Value, false);
            }
        }