Пример #1
0
 public void FormatCommand(Stream ins)
 {
     FormatCommand("temp" + ins.GetHashCode(), Command.IncludeFile(ins));
 }
Пример #2
0
 public void FormatCommand(string fileName)
 {
     FormatCommand(fileName, Command.IncludeFile(fileName));
 }