Example #1
0
 public static string ExecuteCommandSyncStatic(string command, bool useShellWindow)
 {
     Compiler c = new Compiler(new DefaultStatusInformer());
     return c.ExecuteCommandSync(command, useShellWindow);
 }