Exemple #1
0
    private void OnDisable()
    {
        FancyNumberDisplay expr_06 = this.m_fancyNumberDisplay;

        expr_06.TimerUpdateAction = (Action <int>)Delegate.Remove(expr_06.TimerUpdateAction, new Action <int>(this.SetFillValue));
    }
Exemple #2
0
    private void OnEnable()
    {
        FancyNumberDisplay fancyNumberDisplay = this.m_fancyNumberDisplay;

        fancyNumberDisplay.TimerUpdateAction = (Action <int>)Delegate.Combine(fancyNumberDisplay.TimerUpdateAction, new Action <int>(this.SetFillValue));
    }