WPF의 app.config에서 값 목록 모음을 가져오는 방법은 무엇입니까? 다음 예제에서는 코드에서 가져온 백업 디렉터리 목록으로 ItemsControl을 채웁니다. app.config 파일에서 동일한 정보를 가져오려면 어떻게 해야 합니까? XAML: 코드백: using System.Collections.Generic; using System.Windows; using System.Configuration; using System.ComponentModel; namespace TestReadMultipler2343 { public partial class Window1 : Window, INotifyPropertyChanged { #region ViewModelProperty: Title private..