Пример #1
0
 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;
 }
Пример #2
0
 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;
     }
 }
Пример #3
0
 private async System.Threading.Tasks.Task Lol()
 {
     await Googles.ReadEntriesAsync(GetEditedValue());
 }