Exemplo n.º 1
0
 public void FillData()
 {
     Cursor        = Cursors.Wait;
     textDate.Text = DateShowing.ToString("ddd") + " " + DateShowing.ToShortDateString();
     table         = DashboardQueries.GetProvList(DateShowing);
     FillScreen();
     Cursor = Cursors.Arrow;
 }
Exemplo n.º 2
0
 public void FillData()
 {
     textDate.Text = DateShowing.ToString("ddd") + " " + DateShowing.ToShortDateString();
     table         = DashboardQueries.GetProvList(DateShowing);
     FillScreen();
 }