Пример #1
0
 private void OnTablesAdded(StandaloneTableEventArgs obj)
 {
     //Update the list of layers shown in the drop down and get their filters
     GetMapMembers(MapView.Active);
     InitializeFilters();
 }
 private void OnStandaloneTablesRemovedEvent(StandaloneTableEventArgs args)
 {
     SetStandaloneTables();
 }