CalculatorForm::Form_Load PHP Method

Form_Load() protected method

protected Form_Load ( )
    protected function Form_Load()
    {
        // Let's always clear the Result label
        $this->lblResult->Text = '';
    }