Beispiel #1
0
 public void ClearDataDS()
 {
     if (_dataSource != null)
     {
         _dataSource.Clear();
     }
 }