Exemplo n.º 1
0
 public void Preview(ITableCategory category, TaskContext context)
 {
     category.Dispatcher.Invoke(() =>
     {
         category.GetDataSet(context.Authentication, -1);
     });
 }
 public void Preview()
 {
     category.GetDataSet(authentication, -1);
 }