Inside InitializeApplication, the application is registering
and synchronizing data from the backend server. The initialization process also
enables Target Change Notification
by:
ISynchronizationGroup sg = SMP101DB.GetSynchronizationGroup("default");
sg.EnableSIS = true;
sg.Save();
A
message displays in the output box below when complete.
