PageRenderTime 35ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/IronPython_Main/Runtime/Tests/AstTest/MainPage.xaml.cs

#
C# | 23 lines | 22 code | 1 blank | 0 comment | 0 complexity | 9533fce380fe98cab075e38668381f20 MD5 | raw file
Possible License(s): GPL-2.0, MPL-2.0-no-copyleft-exception, CPL-1.0, CC-BY-SA-3.0, BSD-3-Clause, ISC, AGPL-3.0, LGPL-2.1, Apache-2.0
  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 SilverlightApplication1
  13. {
  14. public partial class MainPage : UserControl
  15. {
  16. public MainPage()
  17. {
  18. InitializeComponent();
  19. AstTest.Scenarios.Main(new string[]{});
  20. }
  21. }
  22. }