8 lines
79 B
C#
8 lines
79 B
C#
namespace zero.Spaces;
|
|
|
|
public enum SpaceView
|
|
{
|
|
List,
|
|
Editor,
|
|
Custom
|
|
} |