예제 #1
0
파일: Cmdlet.cs 프로젝트: zhuyue1314/Pash
 public void WriteCommandDetail(string text)
 {
     if (CommandRuntime == null)
     {
         throw new NotImplementedException("WriteCommandDetail");
     }
     CommandRuntime.WriteCommandDetail(text);
 }