13 lines
158 B
C#
13 lines
158 B
C#
|
|
using System;
|
|||
|
|
|
|||
|
|
namespace CPSO
|
|||
|
|
{
|
|||
|
|
[Serializable]
|
|||
|
|
public enum ViewGeometryModelResults
|
|||
|
|
{
|
|||
|
|
Geometry,
|
|||
|
|
Model,
|
|||
|
|
Results
|
|||
|
|
}
|
|||
|
|
}
|