For more Background: This is in the WPF: ... CollectionViewSource x:Key="cvsOptions"/ ... This line is in c#: ... ((CollectionViewSource)this.FindResource("cvsOptions")).Source = Options ...
↧