03 2018 档案

摘要:属性触发器除了定义Setters 之外,还可以定义EnterActions 和ExitActions。使用这两个属性,可以定义一个TriggerAction 元素集合。EnterActions 在启动触发器时激活(此时通过属性触发器应用Property/Value组合)。ExitActions 在触 阅读全文
posted @ 2018-03-23 17:13 LILIEHN 阅读(278) 评论(0) 推荐(0)
摘要:System.Timers.Timer closeTimer = new System.Timers.Timer(); closeTimer.Interval = Interval * 1000; closeTimer.AutoReset = false; closeTimer.Elapsed += 阅读全文
posted @ 2018-03-22 15:07 LILIEHN 阅读(1573) 评论(1) 推荐(1)