2015年11月19日
摘要: Sample publisherPublish an event topic:?12345678910public class Publisher{[EventPublication("topic://EventBrokerSample/SimpleEvent")]public event Even... 阅读全文
posted @ 2015-11-19 22:30 武胜-阿伟 阅读(390) 评论(0) 推荐(0) 编辑
摘要: Create State MachineCreate either a passive or an active state machine:?1var fsm = new PassiveStateMachine()?1var fsm = new ActiveStateMachine()The ab... 阅读全文
posted @ 2015-11-19 22:05 武胜-阿伟 阅读(530) 评论(0) 推荐(0) 编辑
摘要: // Create a report instance, assigned to a Print Tool. ReportPrintTool pt = new ReportPrintTool(new XtraReport1()); // Invoke the Print dialog. pt... 阅读全文
posted @ 2015-11-19 20:31 武胜-阿伟 阅读(1111) 评论(0) 推荐(0) 编辑