using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace TV_Player.MAUI { // public partial class MediaViewerHandler // { // public static IPropertyMapper PropertyMapper = // new PropertyMapper() // { // }; // public static CommandMapper CommandMapper = new(ViewCommandMapper) // { // }; // public MediaViewerHandler() : base(PropertyMapper, CommandMapper) // { // } // } }