Exemple #1
0
 void OnOthersUp(int i)
 {
     m_adviceType = SettingsAdviceType.Type_Others;
 }
Exemple #2
0
 void OnBugUp(int i)
 {
     m_adviceType = SettingsAdviceType.Type_Bug;
 }
Exemple #3
0
 void OnComplainUp(int i)
 {
     m_adviceType = SettingsAdviceType.Type_Complain;
 }
Exemple #4
0
 void OnAdviceUp(int i)
 {
     m_adviceType = SettingsAdviceType.Type_Advice;
 }
 void OnOthersUp(int i)
 {
     m_adviceType = SettingsAdviceType.Type_Others;
 }
 void OnComplainUp(int i)
 {
     m_adviceType = SettingsAdviceType.Type_Complain;
 }
 void OnBugUp(int i)
 {
     m_adviceType = SettingsAdviceType.Type_Bug;
 }
 void OnAdviceUp(int i)
 {
     m_adviceType = SettingsAdviceType.Type_Advice;
 }