Fork me on GitHub

随笔分类 -  WF

摘要:书签-BookmarkView Code using System;using System.Activities;namespace DataService{ public sealed class WaitForInput<T> : NativeActivity<T> { public WaitForInput() : base() { } public string BookmarkName { get; set; } public OutArgument<T> Input { get... 阅读全文
posted @ 2012-11-12 16:31 Nick.Chung 阅读(368) 评论(0) 推荐(0) 编辑