13 lines
		
	
	
		
			114 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			114 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using System;
 | |
| 
 | |
| namespace DrawGraph
 | |
| {
 | |
| 	public enum DoAnesOpeStatus
 | |
| 	{
 | |
| 		VIEW,
 | |
| 		ADDPD,
 | |
| 		MOVEPD,
 | |
| 		SelectArea
 | |
| 	}
 | |
| }
 |