16 lines
154 B
C#
16 lines
154 B
C#
![]() |
namespace MyDiplom
|
|||
|
{
|
|||
|
public partial class MainPage : ContentPage
|
|||
|
{
|
|||
|
int count = 0;
|
|||
|
|
|||
|
public MainPage()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
}
|