mirror of
				https://github.com/snltty/linker.git
				synced 2025-10-31 20:43:00 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			172 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			172 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace cmonitor.client.runningConfig
 | |
| {
 | |
|     public interface IRunningConfig
 | |
|     {
 | |
|         public T Get<T>(T defaultValue);
 | |
|         public void Set<T>(T data);
 | |
|     }
 | |
| }
 | 
