I18NCommander/I18N Commander/UI MAUI/Pages/LoadProjectPage.xaml.cs

9 lines
168 B
C#

namespace UI_MAUI.Pages;
public partial class LoadProjectPage : ContentPage
{
public LoadProjectPage()
{
this.InitializeComponent();
}
}