mirror of
				https://github.com/snltty/linker.git
				synced 2025-10-31 20:43:00 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			172 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			172 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace cmonitor.client.reports.notify
 | |
| {
 | |
|     public sealed class NotifyLinux : INotify
 | |
|     {
 | |
|         public void Update(NotifyInfo notify)
 | |
|         {
 | |
|         }
 | |
|     }
 | |
| }
 | 
