10 lines
150 B
C#
10 lines
150 B
C#
|
|
namespace ControlGallery.Pages;
|
||
|
|
|
||
|
|
public partial class LabelsPage : ContentPage
|
||
|
|
{
|
||
|
|
public LabelsPage()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|