maui-linux/Xamarin.Forms.Core/ModalPushedEventArgs.cs

9 строки
149 B
C#
Исходник Обычный вид История

2016-03-22 23:02:25 +03:00
namespace Xamarin.Forms
{
public class ModalPushedEventArgs : ModalEventArgs
{
public ModalPushedEventArgs(Page modal) : base(modal)
{
}
}
}