// PRIVATE STATIC


		//--------------------------------------
		//  Methods
		//--------------------------------------

		///////////////////////////////////////////////////////////////////////////
		///////////////////////////////////////////////////////////////////////////
		///			CONSTRUCTOR / DESTRUCTOR
		///////////////////////////////////////////////////////////////////////////
		///////////////////////////////////////////////////////////////////////////
		/// <summary>
		/// Initializes a new instance of the <see cref="com.rmc.projects.scientific_calculator.mvcs.model.ScientificCalculatorModel"/> class.
		/// </summary>
		public ScientificCalculatorModel( )
		{
			//Debug.Log ("ScientificCalculatorModel.constructor()");
			calculatorModeChangedSignal = new CalculatorModelChangedSignal();
			displayTextChangedSignal	= new DisplayTextChangedSignal();
			
		}
Exemplo n.º 2
0
        // PRIVATE STATIC


        //--------------------------------------
        //  Methods
        //--------------------------------------

        ///////////////////////////////////////////////////////////////////////////
        ///////////////////////////////////////////////////////////////////////////
        ///			CONSTRUCTOR / DESTRUCTOR
        ///////////////////////////////////////////////////////////////////////////
        ///////////////////////////////////////////////////////////////////////////
        /// <summary>
        /// Initializes a new instance of the <see cref="com.rmc.projects.scientific_calculator.mvcs.model.ScientificCalculatorModel"/> class.
        /// </summary>
        public ScientificCalculatorModel( )
        {
            //Debug.Log ("ScientificCalculatorModel.constructor()");
            calculatorModeChangedSignal = new CalculatorModelChangedSignal();
            displayTextChangedSignal    = new DisplayTextChangedSignal();
        }