This website requires JavaScript.
Explore
Help
Register
Sign In
swcs
/
mixtape
Watch
1
Star
0
Fork
0
You've already forked mixtape
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8d9d52a08afdcb20a522d4b46dc8564df66bc175
mixtape
/
zero.Core
/
Entities
/
Spaces
/
SpaceView.cs
T
10 lines
101 B
C#
Raw
Normal View
History
Unescape
Escape
remove POCO interfaces
2021-05-04 17:23:52 +02:00
namespace
zero.Core.Entities
rename lists to spaces which can be a list, editor and custom component
2020-04-30 11:53:59 +02:00
{
public
enum
SpaceView
{
List
,
Editor
,
Custom
}
}
Reference in New Issue
Copy Permalink