Upgrade properties on startup.
- VERBESSERT: Einstellungen werden nach Office-Update nicht vergessen.
This commit is contained in:
parent
c94e704b01
commit
796ba7b375
@ -46,6 +46,7 @@ namespace zaaReloaded2
|
|||||||
{
|
{
|
||||||
Bovender.ExceptionHandler.CentralHandler.ManageExceptionCallback += CentralHandler_ManageExceptionCallback;
|
Bovender.ExceptionHandler.CentralHandler.ManageExceptionCallback += CentralHandler_ManageExceptionCallback;
|
||||||
Bovender.WpfHelpers.RegisterTextBoxSelectAll();
|
Bovender.WpfHelpers.RegisterTextBoxSelectAll();
|
||||||
|
Properties.Settings.Default.Upgrade();
|
||||||
CheckForUpdates();
|
CheckForUpdates();
|
||||||
_oldCaption = Globals.ThisAddIn.Application.Caption;
|
_oldCaption = Globals.ThisAddIn.Application.Caption;
|
||||||
Globals.ThisAddIn.Application.Caption =
|
Globals.ThisAddIn.Application.Caption =
|
||||||
|
Loading…
Reference in New Issue
Block a user