mirror of
				https://github.com/snltty/linker.git
				synced 2025-10-30 20:16:53 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			305 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			305 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace cmonitor.client.reports.command
 | |
| {
 | |
|     public sealed class CommandReport : IReport
 | |
|     {
 | |
|         public string Name => "Command";
 | |
| 
 | |
|         public CommandReport()
 | |
|         {
 | |
|         }
 | |
| 
 | |
|         public object GetReports(ReportType reportType)
 | |
|         {
 | |
|             return null;
 | |
|         }
 | |
|     }
 | |
| 
 | |
| }
 | 
