Exemple #1
0
 public void WriteCommandDetail(string text)
 {
     if (CommandRuntime == null)
     {
         throw new NotImplementedException("WriteCommandDetail");
     }
     CommandRuntime.WriteCommandDetail(text);
 }