/// <summary> /// Performs Redo action. /// </summary> public void Redo( ) { if (txtVarName.Text.Length == 0) { isNewVariable = true; txtVarName.Text = importExportManager.EnvVariable.VarName; } dgvHandler.AddRows(newVarValues, true); }
/// <summary> /// Performs Redo action. /// </summary> public void Redo() { if (txtVarName.Text.Length == 0) { isNewVariable = true; txtVarName.Text = this.variable.Name; } dgvHandler.AddRows(newVarValues, true); }