示例#1
0
文件: Task.cs 项目: JeremyKuhne/XTask
 protected void Output(object value)
 {
     _interaction.Output(value);
 }