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

9 lines
168 B
C#
Raw Normal View History

2022-08-06 21:48:23 +00:00
namespace UI_MAUI.Pages;
public partial class TranslationPage : ContentPage
{
public TranslationPage()
{
this.InitializeComponent();
}
}