Exemplo n.º 1
0
 public bool Equals(Languages state)
 {
     return state.index == this.index;
 }
Exemplo n.º 2
0
 public void SetLanguage(int pLanguage)
 {
     mCurrentLanguage = pLanguage;
     Initialize();
 }
Exemplo n.º 3
0
 public bool Equals(Languages state)
 {
     return(state.index == this.index);
 }