PageRenderTime 44ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/NerdSharp.Net_Studio/NerdSharp_UberNet/Science/Comp_Sci/StudioComponents/SideComponents/ToolBox.xaml.cs

https://bitbucket.org/pastageek/scide-cad-scilife
C# | 27 lines | 23 code | 1 blank | 3 comment | 0 complexity | ff2e21f905f85f74c84844f59d19b823 MD5 | raw file
  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. namespace NerdSharp.Net_Studio.NerdSharp_UberNet.Science.Comp_Sci.StudioComponents.SideComponents
  15. {
  16. /// <summary>
  17. /// Interaction logic for ToolBox.xaml
  18. /// </summary>
  19. public partial class ToolBox : UserControl
  20. {
  21. public ToolBox()
  22. {
  23. InitializeComponent();
  24. }
  25. }
  26. }