GlennHS / AEtherSlay

A DM Toolkit for Dungeons & Dragons
GNU General Public License v3.0
0 stars 1 forks source link

Asynchronous Creature Loading #26

Open GlennHS opened 5 years ago

GlennHS commented 5 years ago

Load the creature library as a backgroundWorker async task on main form load. If user tries to access creature form then display messageBox saying "Please Wait"

GlennHS commented 5 years ago

Asynchronous Creature Loading