摘要: 1 public class UISync 2 { 3 private static ISynchronizeInvoke Sync; 4 5 public static void Init(ISynchronizeInvoke sync) 6 { 7 Sync = sync; 8 } 9 10 public static void Execute(Action action)11 {12 Sync.BeginInvoke(action, ... 阅读全文
posted @ 2013-03-06 16:10 94cool 阅读(1230) 评论(0) 推荐(0) 编辑
摘要: class 点面关系 { static void Main(string[] args) { //Vector2D point1 = new Vector2D(39.909209536859834, 116.3225715637207);//in Vector2D point1 = new Vector2D(39.901045, 116.415596);//out Vector2D cPoint = new Vector2D(39.909209536859834, 116.32257156372... 阅读全文
posted @ 2013-03-06 14:17 94cool 阅读(7485) 评论(8) 推荐(1) 编辑
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示