mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	Add project files.
This commit is contained in:
		
							
								
								
									
										19
									
								
								Esiur/Resource/ResourceTrigger.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								Esiur/Resource/ResourceTrigger.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.Linq; | ||||
| using System.Text; | ||||
| using System.Threading.Tasks; | ||||
|  | ||||
| namespace Esiur.Resource | ||||
| { | ||||
|     public enum ResourceTrigger : int | ||||
|     { | ||||
|         Loaded = 0, | ||||
|         Initialize, | ||||
|         Terminate, | ||||
|         Configure, | ||||
|         SystemInitialized, | ||||
|         SystemTerminated, | ||||
|         SystemReload, | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user