init
This commit is contained in:
13
Backup/Viewport2DPanningState.cs
Normal file
13
Backup/Viewport2DPanningState.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Microsoft.Research.DynamicDataDisplay
|
||||
{
|
||||
public enum Viewport2DPanningState
|
||||
{
|
||||
NotPanning = 0,
|
||||
Panning
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user