Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. using System.Windows;
  7. using System.Windows.Controls;
  8. using System.Windows.Data;
  9. using System.Windows.Documents;
  10. using System.Windows.Input;
  11. using System.Windows.Media;
  12. using System.Windows.Media.Imaging;
  13. using System.Windows.Navigation;
  14. using System.Windows.Shapes;
  15. using MahApps.Metro.Controls;
  16. using MahApps.Metro.Controls.Dialogs;
  17. using System.Text.RegularExpressions;
  18. using System.Threading;
  19.  
  20.  
  21. namespace TestingDesign
  22. {
  23. /// <summary>
  24. /// Interaction logic for MainWindow.xaml
  25. /// </summary>
  26. public partial class MainWindow : MetroWindow
  27. {
  28.  
  29. public MainWindow()
  30. {
  31. InitializeComponent();
  32. }
  33. //private void btnLogin_Click(object sender, RoutedEventArgs e)
  34. //{
  35. //}
  36.  
  37. }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement