Example #1
0
 internal override ReturnResultBase Execute()
 {
     // need to remove all records fro the gui thread, since all record indexes are updated and they are used as key in Map data
     DataviewSynchronizer.InvalidateView();
     return(base.Execute());
 }