11 lines
183 B
C#
11 lines
183 B
C#
namespace salesbook.Maui;
|
|
|
|
public partial class PersonalInfo : ContentPage
|
|
{
|
|
public PersonalInfo()
|
|
{
|
|
InitializeComponent();
|
|
|
|
Title = "Profilo";
|
|
}
|
|
} |