/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
1using System; 2using System.Collections.Generic; 3using System.Linq; 4using System.Text; 5 6namespace Microsoft.Research.DynamicDataDisplay.Charts.Navigation 7{ 8 public interface IPlotterContextMenuSource 9 { 10 void BuildMenu(); 11 } 12}