/Source/Samples/Blog/Bifrost.Samples.Blog.Silverlight/MainPage.xaml.cs

# · C# · 22 lines · 21 code · 1 blank · 0 comment · 0 complexity · 3c9a043bb4979d434f593be310389ad9 MD5 · raw file

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Net;
  5. using System.Windows;
  6. using System.Windows.Controls;
  7. using System.Windows.Documents;
  8. using System.Windows.Input;
  9. using System.Windows.Media;
  10. using System.Windows.Media.Animation;
  11. using System.Windows.Shapes;
  12. namespace Bifrost.Samples.Blog.Silverlight
  13. {
  14. public partial class MainPage : UserControl
  15. {
  16. public MainPage()
  17. {
  18. InitializeComponent();
  19. }
  20. }
  21. }