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

20 строки
280 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Xamarin.Forms.Platform.WPF
{
internal class Animatable : IAnimatable
{
public void BatchBegin()
{
}
public void BatchCommit()
{
}
}
}