you don't need to use 'ref' with reference types
This commit is contained in:
@@ -200,7 +200,7 @@
|
||||
currentOperandTextBox.ForeColor = Color.White;
|
||||
CalculatorPanel.Controls.Add(currentOperandTextBox);
|
||||
|
||||
equationManager.AcquireOutputLabels(ref equationTextBox, ref currentOperandTextBox);
|
||||
equationManager.AcquireOutputLabels(equationTextBox, currentOperandTextBox);
|
||||
|
||||
CalculatorPanel.Show();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user