mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 05:23:13 +00:00
2.2
This commit is contained in:
15
Test.Client/localhost/Test.SizeEnum.Generated.cs
Normal file
15
Test.Client/localhost/Test.SizeEnum.Generated.cs
Normal file
@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using Esiur.Resource;
|
||||
using Esiur.Core;
|
||||
using Esiur.Data;
|
||||
using Esiur.Net.IIP;
|
||||
namespace Test {
|
||||
[Public] public enum SizeEnum {
|
||||
xSmall=-11,
|
||||
Small=-10,
|
||||
Medium=0,
|
||||
Large=1,
|
||||
XLarge=22
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user