Exemplo n.º 1
0
 /// <summary>
 /// This function is called when a new dataset is automatically loaded
 /// or added to the collection by hand
 /// </summary>
 /// <param name="ds"></param>
 private void OnDatasetAdded(object sender, LazyItemAddedEventArgs <string, DatasetBase> e)
 {
     OnDatasetAdded(e.Key, e.Value);
 }
Exemplo n.º 2
0
 /// <summary>
 /// This function is called when a new dataset is automatically loaded
 /// or added to the collection by hand
 /// </summary>
 /// <param name="ds"></param>
 private void OnDatasetAdded(object sender, LazyItemAddedEventArgs<string, DatasetBase> e)
 {
     OnDatasetAdded(e.Key, e.Value);
 }