Esempio n. 1
0
 void UpdatePanelViewState()
 {
     if (m_calculator != null)
     {
         m_calculator.UpdatePanelViewState();
     }
 }