作者:.NET开发
项目:System.AddIn.Pipelin
// The HostAdapterAttribute identifies this class as the host-side adapter
// pipeline segment.
[HostAdapterAttribute()]
public class CalculatorContractToViewHostSideAdapter : ICalculator
{