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