A
Size: a a a
A
О
A
d
О
О
О
A
A
О
A
О
SG
A
О
О
while (reader.Read())
{
SwitchCell cell = new SwitchCell();
student[k].id = reader.GetInt32("id");
student[k].phone = reader.GetString("phone");
cell.Text = reader.GetString("first_name") + " " + reader.GetString("last_name");
k++;
cell.On = false;
LabSelection1.Add(cell);
}
О
A
A
О
cell.OnChanged += (s, e) => {
DisplayAlert("обработка");
};