LoadLastChannel() public static method

public static LoadLastChannel ( ) : Channel
return Channel
Example #1
0
 /// <summary>
 /// Loads last time played channel from local storage.
 /// </summary>
 /// <remarks>
 /// If no saved channel, a default channel will be applied.
 /// </remarks>
 public void LoadLastChannel()
 {
     CurrentChannel = StorageManager.LoadLastChannel();
 }