maui-linux/Xamarin.Forms.Platform.WPF/PlatformEffect.cs

14 строки
280 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
namespace Xamarin.Forms.Platform.WPF
{
public abstract class PlatformEffect : PlatformEffect<FrameworkElement, FrameworkElement>
{
}
}