Esempio n. 1
0
 void OnOthersUp(int i)
 {
     m_adviceType = SettingsAdviceType.Type_Others;
 }
Esempio n. 2
0
 void OnBugUp(int i)
 {
     m_adviceType = SettingsAdviceType.Type_Bug;
 }
Esempio n. 3
0
 void OnComplainUp(int i)
 {
     m_adviceType = SettingsAdviceType.Type_Complain;
 }
Esempio n. 4
0
 void OnAdviceUp(int i)
 {
     m_adviceType = SettingsAdviceType.Type_Advice;
 }
Esempio n. 5
0
 void OnOthersUp(int i)
 {
     m_adviceType = SettingsAdviceType.Type_Others;
 }
Esempio n. 6
0
 void OnComplainUp(int i)
 {
     m_adviceType = SettingsAdviceType.Type_Complain;
 }
Esempio n. 7
0
 void OnBugUp(int i)
 {
     m_adviceType = SettingsAdviceType.Type_Bug;
 }
Esempio n. 8
0
 void OnAdviceUp(int i)
 {
     m_adviceType = SettingsAdviceType.Type_Advice;
 }