Пример #1
0
        /// <summary>
        /// Builds the command.
        /// </summary>
        /// <param name="cmdBuilder">The CMD builder.</param>
        private void BuildCommand(StringBuilder cmdBuilder)
        {
            CreateBatchFile(cmdBuilder);

            callback = new AsyncCallback(Callme);
            commandExecuter.BeginInvoke(BATCH_FILE, callback, commandExecuter);
            this.WorkspaceHistory.Add(this.tfsWorkspace);
        }