Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. public async void Button_Click(object sender, RoutedEventArgs e)
  2. {
  3. var metroWindow = (Application.Current.MainWindow as MetroWindow);
  4. await metroWindow.ShowMessageAsync("Title", "Body");
  5. }
  6.  
  7. <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Accents/Cobalt.xaml" />
  8.  
  9. metroWindow.MetroDialogOptions.ColorScheme = MetroDialogOptions.ColorScheme;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement