Inheritance: INotifyPropertyChanged
コード例 #1
0
 public GeneralSettings()
 {
     InitializeComponent();
     DataContext = new GeneralSettingsViewModel();
 }