Files
IPTVplayer/TV Player/Handlers/MediaViewerHandler.cs
T
2024-05-08 18:38:26 +03:00

25 lines
639 B
C#

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<MediaViewer, MediaViewerHandler> PropertyMapper =
// new PropertyMapper<MediaViewer, MediaViewerHandler>()
// {
// };
// public static CommandMapper<MediaViewer, MediaViewerHandler> CommandMapper = new(ViewCommandMapper)
// {
// };
// public MediaViewerHandler() : base(PropertyMapper, CommandMapper)
// {
// }
// }
}