зеркало из https://github.com/DeGsoft/maui-linux.git
26 строки
470 B
C#
26 строки
470 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
using Xamarin.Forms;
|
|
using Xamarin.Forms.Internals;
|
|
using Xamarin.Forms.Xaml;
|
|
|
|
namespace Xamarin.Forms.Controls.Issues
|
|
{
|
|
#if APP
|
|
[XamlCompilation(XamlCompilationOptions.Compile)]
|
|
#endif
|
|
[Preserve(AllMembers = true)]
|
|
public partial class Issue5949_1 : MasterDetailPage
|
|
{
|
|
public Issue5949_1()
|
|
{
|
|
#if APP
|
|
InitializeComponent();
|
|
#endif
|
|
}
|
|
}
|
|
} |