11 lines
		
	
	
		
			132 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			132 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using System;
 | |
| using System.Drawing;
 | |
| 
 | |
| namespace GoldPrinter
 | |
| {
 | |
| 	public class ImportExcelArgs
 | |
| 	{
 | |
| 		public Icon ButtonIcon = null;
 | |
| 	}
 | |
| }
 |