mirror of
				https://github.com/snltty/linker.git
				synced 2025-10-31 12:36:48 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			269 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			269 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace cmonitor.client.runningConfig
 | |
| {
 | |
|     public sealed class RunningConfigLinux : IRunningConfig
 | |
|     {
 | |
|         public T Get<T>(T defaultValue)
 | |
|         {
 | |
|             return defaultValue;
 | |
|         }
 | |
| 
 | |
|         public void Set<T>(T data)
 | |
|         {
 | |
| 
 | |
|         }
 | |
|     }
 | |
| }
 | 
