11 lines
		
	
	
		
			87 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			87 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using System;
 | |
| 
 | |
| namespace GoldPrinter
 | |
| {
 | |
| 	public enum PrintModeFlag
 | |
| 	{
 | |
| 		Win,
 | |
| 		Web
 | |
| 	}
 | |
| }
 |