While application is being started it is necessary to initialize some resources, e.g. current implementation of xml serialization requires some time to prepare XmlSerializer objects for each model or data type which will be loaded/saved, initialization of gui, etc.. Splash screen was created to show progress of these steps so that user will se what is happening.

  • No labels