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