Initial Commit
This commit is contained in:
12
Charts/Navigation/IPlotterContextMenuSource.cs
Normal file
12
Charts/Navigation/IPlotterContextMenuSource.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Microsoft.Research.DynamicDataDisplay.Charts.Navigation
|
||||
{
|
||||
public interface IPlotterContextMenuSource
|
||||
{
|
||||
void BuildMenu();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user