14 lines
193 B
C#
14 lines
193 B
C#
|
namespace MobileAPP
|
|||
|
{
|
|||
|
public partial class MainPage : ContentPage
|
|||
|
{
|
|||
|
int count = 0;
|
|||
|
|
|||
|
public MainPage()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
}
|