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