ClearLastChannel() public static method

public static ClearLastChannel ( ) : void
return void
Example #1
0
 /// <summary>
 /// Removes saved last time played channel if exists.
 /// </summary>
 public void ClearLastChannel()
 {
     StorageManager.ClearLastChannel();
 }