摘要:书签-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...
阅读全文