mirror of
				https://github.com/snltty/linker.git
				synced 2025-11-01 04:53:15 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			213 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			213 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace cmonitor.client.reports.llock
 | |
| {
 | |
|     public sealed class LLockMacOS : ILLock
 | |
|     {
 | |
|         public void LockSystem()
 | |
|         {
 | |
|         }
 | |
| 
 | |
|         public void Set(bool value)
 | |
|         {
 | |
|         }
 | |
|     }
 | |
| }
 | 
