Guest User

Untitled

a guest
Feb 22nd, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. public App()
  2. {
  3.  
  4. ResourceDictionary dict = new ResourceDictionary();
  5. dict.Source = new Uri("Themes/ExpressionDark.xaml",UriKind.Relative);
  6. Resources.MergedDictionaries.Add(dict);
  7.  
  8. //this.Resources.MergedDictionaries.Add(Application.LoadComponent( new Uri("Themes/ExpressionDark.xaml", UriKind.Relative)) as ResourceDictionary);
  9.  
  10. }
Add Comment
Please, Sign In to add comment