15 lines
		
	
	
		
			295 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			295 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using System;
 | |
| using System.Collections.Generic;
 | |
| using System.Linq;
 | |
| using System.Text;
 | |
| 
 | |
| namespace DrawGraph
 | |
| {
 | |
|     /// <summary>
 | |
|     /// 在设计界面不加了此属性类的属性不在生成控件
 | |
|     /// </summary>
 | |
|     public class NoCreatControlAttributs : System.Attribute
 | |
|     {
 | |
|     }
 | |
| }
 |