9 lines
168 B
C#
9 lines
168 B
C#
|
namespace UI_MAUI.Pages;
|
|||
|
|
|||
|
public partial class LoadProjectPage : ContentPage
|
|||
|
{
|
|||
|
public LoadProjectPage()
|
|||
|
{
|
|||
|
this.InitializeComponent();
|
|||
|
}
|
|||
|
}
|