8 lines
		
	
	
		
			186 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			186 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using System;
 | |
| 
 | |
| namespace Elwig.Helpers.Weighing {
 | |
|     public class WeighingEventArgs(WeighingResult result) : EventArgs {
 | |
|         public readonly WeighingResult Result = result;
 | |
|     }
 | |
| }
 |