/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
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Net;
- using System.Windows;
- using System.Windows.Controls;
- using System.Windows.Documents;
- using System.Windows.Input;
- using System.Windows.Media;
- using System.Windows.Media.Animation;
- using System.Windows.Shapes;
-
- namespace Bifrost.Samples.Blog.Silverlight
- {
- public partial class MainPage : UserControl
- {
- public MainPage()
- {
- InitializeComponent();
- }
- }
- }