PageRenderTime 49ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/Main/src/Xbap/DynamicDataDisplay.Xbap.Samples/Page1.xaml.cs

#
C# | 29 lines | 25 code | 1 blank | 3 comment | 0 complexity | 8a8e3e95fc55ecc457bc5f39183cbf80 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Windows;
  6. using System.Windows.Controls;
  7. using System.Windows.Data;
  8. using System.Windows.Documents;
  9. using System.Windows.Input;
  10. using System.Windows.Media;
  11. using System.Windows.Media.Imaging;
  12. using System.Windows.Navigation;
  13. using System.Windows.Shapes;
  14. using Microsoft.Research.DynamicDataDisplay.Charts.Maps;
  15. using Microsoft.Research.DynamicDataDisplay.Charts.Maps.Network;
  16. namespace DynamicDataDisplay.Xbap.Samples
  17. {
  18. /// <summary>
  19. /// Interaction logic for Page1.xaml
  20. /// </summary>
  21. public partial class Page1 : Page
  22. {
  23. public Page1()
  24. {
  25. InitializeComponent();
  26. }
  27. }
  28. }