示例#1
0
 /// <summary>
 /// Forgets local authentication without affecting the server.
 /// </summary>
 public void Logout()
 {
     _client = new Client();
 }
示例#2
0
 public MusicManager()
 {
     _client = new Client();
 }