зеркало из https://github.com/DeGsoft/maui-linux.git
24 строки
531 B
C#
24 строки
531 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
using Xamarin.Forms.CustomAttributes;
|
|
using Xamarin.Forms.Internals;
|
|
|
|
namespace Xamarin.Forms.Controls.Issues
|
|
{
|
|
#if APP
|
|
[Preserve (AllMembers = true)]
|
|
[Issue (IssueTracker.Github, 1568, "StackLayout, Grid issue", PlatformAffected.Android | PlatformAffected.iOS | PlatformAffected.WinPhone)]
|
|
public partial class Issue1568 : ContentPage
|
|
{
|
|
public Issue1568 ()
|
|
{
|
|
InitializeComponent ();
|
|
}
|
|
}
|
|
#endif
|
|
}
|