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

# · C# · 12 lines · 11 code · 1 blank · 0 comment · 0 complexity · 48ae3c77bf6d691b526f8a5d8d1c4378 MD5 · raw file

  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. }