Ejemplo n.º 1
0
 /// <summary>
 /// Method which specifiy, if the player supports the file
 /// </summary>
 /// <param name="filename">Filename</param>
 /// <returns>true, if the player can play this file</returns>
 public override bool SupportsFile(string filename)
 {
     return(_configManager.SupportsFile(filename));
 }