PageRenderTime 57ms CodeModel.GetById 28ms RepoModel.GetById 1ms app.codeStats 0ms

/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
  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 Marquee_Silverlight
  13. {
  14. public partial class NewsView : UserControl
  15. {
  16. public NewsView()
  17. {
  18. InitializeComponent();
  19. }
  20. }
  21. }