摘要: View Code public class Indicator : UserControl { public Indicator() { this.InitializeComponent(); } private void InitializeComponent() { Grid g = new Grid(); this.Content = g; List<Path> pathlist = new List<Path>(); ... 阅读全文
posted @ 2013-04-21 00:36 法的空间 阅读(337) 评论(0) 推荐(0) 编辑