예제 #1
0
 /// <summary>
 /// 界面暂停恢复。
 /// </summary>
 public void OnResume()
 {
     try
     {
         m_UIFormLogic.OnResume();
     }
     catch (Exception exception)
     {
         Log.Error("UI form '[{0}]{1}' OnResume with exception '{2}'.", m_SerialId.ToString(), m_UIFormAssetName, exception.ToString());
     }
 }
예제 #2
0
 /// <summary>
 /// 界面暂停恢复。
 /// </summary>
 public void OnResume()
 {
     m_UIFormLogic.OnResume();
 }