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.

23 lines
519 B

/*!
* \file MainPage.xmal.cs
* \author Léana Besson
* \namespace Views
*/
namespace Views
{
/*!
* \class MainPage
* \brief Regroups functions for Especes page operation
*/
public partial class MainPage : ContentPage
{
/*!
* \fn MainPage()
* \brief MainPage page constructor with component initialization and context binding assignment
*/
public MainPage()
{
InitializeComponent();
}
}
}