зеркало из https://github.com/DeGsoft/maui-linux.git
9 строки
149 B
C#
9 строки
149 B
C#
|
namespace Xamarin.Forms
|
||
|
{
|
||
|
public class ModalPushedEventArgs : ModalEventArgs
|
||
|
{
|
||
|
public ModalPushedEventArgs(Page modal) : base(modal)
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
}
|