nzsql -d SYSTEM -tqA -c "select datname from _t_database;"| sort | { while read db ; do ( mkdir -p $base_dir/$db ; test `nzsession | wc -l` -lt 300 && nzdumpschema -R $db $base_dir/$db/create-$db-database.sh $base_dir/ & ) ; done ; }
Getting the Current TabItem when the Tab is not selected in WPF
-
[image: Banner]
This is a quick reminder to self on how to retrieve a TabItem from a WPF
TabControl *when the tab is not currently selected* because I ru...
1 week ago