예제 #1
0
 private void GetAllDistribution()
 {
     SetTime();
     gridControl1.DataSource = dal.GetAllDistribution();
 }