try to add MAUI support

This commit is contained in:
Vladimir
2024-05-08 18:12:33 +03:00
parent bcc2ba2790
commit af83f6c696
11 changed files with 101 additions and 14 deletions
+24
View File
@@ -0,0 +1,24 @@
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)
// {
// }
// }
}