Esempio n. 1
0
 public void Reset()
 {
     lock (this)
     {
         MicStatus = MicStatus_Off;
         UserId    = -1;
         MicAction = Chat.MicAction.None;
         MicType   = Chat.MicType.None;
     }
 }
Esempio n. 2
0
 public void Reset()
 {
     lock (this)
     {
         MicStatus = MicStatus_Off;
         UserId = -1;
         MicAction = Chat.MicAction.None;
         MicType = Chat.MicType.None;
     }
 }