示例#1
0
文件: Cmdlet.cs 项目: zhuyue1314/Pash
 public void WriteCommandDetail(string text)
 {
     if (CommandRuntime == null)
     {
         throw new NotImplementedException("WriteCommandDetail");
     }
     CommandRuntime.WriteCommandDetail(text);
 }