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