Beispiel #1
0
 void _btnRefresh_Click(object sender, EventArgs e)
 {
     if (EntityDataSource != null)
     {
         EntityDataSource.Refresh();
     }
 }