Exemplo n.º 1
0
 /// <summary>
 /// Disables the redirect.
 /// </summary>
 public static void DisableRedirect()
 {
     redirectSongStorage       = null;
     redirectBackgroundStorage = null;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Enables redirecting of all request over local server using the given password.
 /// </summary>
 /// <param name="password">The password.</param>
 public static void EnableRedirect(SongStorage songs, BackgroundStorage backgrounds)
 {
     redirectSongStorage       = songs;
     redirectBackgroundStorage = backgrounds;
 }