12 lines
		
	
	
		
			96 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			96 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using System;
 | |
| 
 | |
| namespace GoldPrinter
 | |
| {
 | |
| 	public enum AlignFlag
 | |
| 	{
 | |
| 		Left,
 | |
| 		Center,
 | |
| 		Right
 | |
| 	}
 | |
| }
 |