You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ParionsCuites/ParionsCuite/ParionsCuite/Views/Invite/Inviter.xaml.cs

20 lines
495 B

using ParionsCuite.Modeles;
namespace ParionsCuite.Views.Invite;
public partial class Inviter : ContentView
{
//public Manageur m => (App.Current as App).Manageur;
public Inviter()
{
InitializeComponent();
}
void ColumnDefinition_SizeChanged(System.Object sender, System.EventArgs e)
{
}
private void AddInvitelist(object sender, EventArgs e)
{
// Inviter invite1 = new Inviter(nomEditor.Text, prenomEditor.Text);
//m.AddInvite(invite1);
}
}