mirror of
				https://github.com/snltty/linker.git
				synced 2025-10-31 20:43:00 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			149 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			149 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace cmonitor.client.reports.light
 | |
| {
 | |
|     public interface ILight
 | |
|     {
 | |
|         public int Get();
 | |
|         public void Set(int value);
 | |
|     }
 | |
| }
 | 
