ConsEco/Sources/IHM/Mobile/Planification.xaml.cs

9 lines
130 B

namespace IHM.Mobile;
public partial class Planification : ContentPage
{
public Planification()
{
InitializeComponent();
}
}