parent
3045c68120
commit
a8944360bc
Before Width: | Height: | Size: 374 KiB |
@ -1,9 +1,17 @@
|
|||||||
|
using CanYouBuildIt.Model;
|
||||||
|
|
||||||
namespace CanYouBuildIt.Views;
|
namespace CanYouBuildIt.Views;
|
||||||
|
|
||||||
public partial class Acceuil : ContentPage
|
public partial class Acceuil : ContentPage
|
||||||
{
|
{
|
||||||
|
public Manager Manager=> (App.Current as App).Manager;
|
||||||
public Acceuil()
|
public Acceuil()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void AddUtilisater(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
Utilisateur utilisateur = new Utilisateur("Util1","pdm1");
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in new issue