コード例 #1
0
 public MathematicalOperation(Calculator calculator, char operator_, int value)
 {
     this._calculator = calculator;
     this._operator = operator_;
     this._value = value;
 }
コード例 #2
0
 public MathematicalOperation(Calculator calculator, char operator_, int value)
 {
     this._calculator = calculator;
     this._operator   = operator_;
     this._value      = value;
 }