2014年4月10日

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Activities;namespace WorkflowConsoleApplication3{ public sealed class InputDataActivity : CodeActivity { // 定义一个字符串类型的活动输入参数 public OutArgument Money { get; set; } // 如果活动返回值,则从 CodeActivity // 派生并... 阅读全文
posted @ 2014-04-10 09:36 听哥哥的话 阅读(399) 评论(0) 推荐(0) 编辑

导航