15 lines
		
	
	
		
			234 B
		
	
	
	
		
			C#
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			234 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| 
								 | 
							
								using System;
							 | 
						|||
| 
								 | 
							
								using System.Collections.Generic;
							 | 
						|||
| 
								 | 
							
								using System.Linq;
							 | 
						|||
| 
								 | 
							
								using System.Text;
							 | 
						|||
| 
								 | 
							
								using System.Threading.Tasks;
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								namespace APT.BaseData.Domain.Enums
							 | 
						|||
| 
								 | 
							
								{
							 | 
						|||
| 
								 | 
							
									public enum LGOperateTypeEnum
							 | 
						|||
| 
								 | 
							
									{
							 | 
						|||
| 
								 | 
							
										表单加载 = 0,
							 | 
						|||
| 
								 | 
							
										按钮点击=1
							 | 
						|||
| 
								 | 
							
									}
							 | 
						|||
| 
								 | 
							
								}
							 |