protected override void OnAppearing() { if (fl_fst_init) { tabelValue = Googles.GetValueTabel(); foreach (string item in tabelValue.Keys) { if (item != "Общий налет") { Graph_pick_date.Items.Add(item); } } Graph_pick_date.IsEnabled = true; fl_fst_init = false; } }
public void SetDateFields() { //Graph_pick_date.Items.Clear(); tabelValue = Googles.GetValueTabel(); foreach (string item in tabelValue.Keys) { if (!Graph_pick_date.Items.Contains(item)) { if (item != "Общий налет") { Graph_pick_date.Items.Add(item); } } } Graph_pick_date.IsEnabled = true; }