зеркало из https://github.com/DeGsoft/maui-linux.git
20 строки
377 B
C#
20 строки
377 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
using Xamarin.Forms;
|
|
using Xamarin.Forms.Xaml;
|
|
|
|
namespace Xamarin.Forms.Controls.GalleryPages
|
|
{
|
|
[XamlCompilation(XamlCompilationOptions.Compile)]
|
|
public partial class TitleView : ContentPage
|
|
{
|
|
public TitleView ()
|
|
{
|
|
InitializeComponent ();
|
|
}
|
|
}
|
|
} |