湖边的白杨树

探索是一种乐趣

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

01 2014 档案

摘要:On 03/03/2010, in4.0,WF, by bcakirogluWhile ActivityIn a While activity, the activity in the Body section is executed as long as the Condition is true. The Condition is evaluated first and then, if true, the activities are executed. This is repeated until the Condition is false.DoWhile ActivityThe D 阅读全文
posted @ 2014-01-23 12:40 fdyang 阅读(272) 评论(0) 推荐(0)

摘要:System.Diagnostics.Debug.WriteLine("Serial port. {0},{1}", this.GetType().FullName, new System.Diagnostics.StackTrace(true)); 阅读全文
posted @ 2014-01-22 11:45 fdyang 阅读(163) 评论(0) 推荐(0)

摘要:1. Select "Debug -> Windows -> Breakpoints" from VS menu.2. Click "New -> Break at Function...".3.For the get, type:ClassName.get_Counter() For the set, type:ClassName.set_Counter(int)You'll get a "No Source Available" when the breakpoint is hit, but you 阅读全文
posted @ 2014-01-04 15:07 fdyang 阅读(219) 评论(0) 推荐(0)