Synchronize

The following sample code creates a Synchronize screen.

FormsManagerDataObject dataObject = new FormsManagerDataObject();
Sybase.UnwiredPlatform.Windows.Action.Action screenAction = Sybase.UnwiredPlatform.Windows.Action.ActionFactory.CreateScreenAction(typeof(FormSynchronization), (this.Form as FormBase), dataObject);
screenAction.Execute();

To enable the Synchronize screen, call this registration method:

MBOInformationRegistry.Instance.DatabaseClassType = typeof(MyDatabase);