mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-31 16:01:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			199 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			199 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| 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
 | |
| 
 | |
| }
 | |
| }
 |