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

/Main/src/DynamicDataDisplay/Charts/Navigation/IPlotterContextMenuSource.cs

#
C# | 12 lines | 11 code | 1 blank | 0 comment | 0 complexity | 48ae3c77bf6d691b526f8a5d8d1c4378 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. namespace Microsoft.Research.DynamicDataDisplay.Charts.Navigation
  6. {
  7. public interface IPlotterContextMenuSource
  8. {
  9. void BuildMenu();
  10. }
  11. }