public void GenerateProxyFile() { var runner = new SvcUtilRunner(options); runner.ProcessExited += OnComplete; runner.Run(); }
public void GenerateProxyFile() { var runner = new SvcUtilRunner(options); runner.Run(); }