PageRenderTime 51ms CodeModel.GetById 30ms RepoModel.GetById 1ms app.codeStats 0ms

/NerdSharp.Net_Studio/NerdSharp_UberNet/Science/Comp_Sci/StudioComponents/Widgets/ContextMenus/MercurialContextMenu.xaml.cs

https://bitbucket.org/pastageek/scide-cad-scilife
C# | 32 lines | 26 code | 3 blank | 3 comment | 0 complexity | 70e9bae84df88b3a35f2785e05b826ea 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.Widgets.ContextMenus
  15. {
  16. /// <summary>
  17. /// Interaction logic for MercurialContextMenu.xaml
  18. /// </summary>
  19. public partial class MercurialContextMenu : UserControl
  20. {
  21. public MercurialContextMenu()
  22. {
  23. InitializeComponent();
  24. }
  25. public void AddMenu(UserControl control)
  26. {
  27. }
  28. }
  29. }