/Samples/Controls/Marquee/Silverlight/Marquee-Silverlight/NewsView.xaml.cs
https://bitbucket.org/bu5hm4nn/sharpfellows.toolkit · C# · 22 lines · 21 code · 1 blank · 0 comment · 0 complexity · 892450e5e1ee3b1bc770b2f45e54a54a 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 Marquee_Silverlight
- {
- public partial class NewsView : UserControl
- {
- public NewsView()
- {
- InitializeComponent();
- }
- }
- }