PageRenderTime 39ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/source2/VSIP/Cosmos.VS.Debug/StackUC.xaml.cs

https://bitbucket.org/mvptracker/cosmos
C# | 25 lines | 22 code | 3 blank | 0 comment | 0 complexity | 79fa4b695c99ed74526f341bf87c264e MD5 | raw file
Possible License(s): BSD-2-Clause
  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 Cosmos.VS.Debug {
  15. public partial class StackUC : UserControl {
  16. public StackUC() {
  17. InitializeComponent();
  18. }
  19. public void Update(byte[] aData) {
  20. }
  21. }
  22. }