зеркало из https://github.com/DeGsoft/maui-linux.git
7 строки
132 B
C#
7 строки
132 B
C#
|
namespace Xamarin.Forms
|
|||
|
{
|
|||
|
public static class DesignMode
|
|||
|
{
|
|||
|
public static bool IsDesignModeEnabled { get; internal set; }
|
|||
|
}
|
|||
|
}
|