9 строки
110 B
C#
9 строки
110 B
C#
|
using System;
|
||
|
|
||
|
namespace Xamarin.Forms
|
||
|
{
|
||
|
public interface ILayout
|
||
|
{
|
||
|
event EventHandler LayoutChanged;
|
||
|
}
|
||
|
}
|