As we known, when using SysOperation framework, we can create Contract class , then SysOperation framework will create the dialog automaticlly, and binding the form component with the Contract class.
Since that's great, we need not create UI by selft, but when the UI composition is complex, we want to draw the Form/Dialog, then bind with Contract class, I didn't find the way, can you give me some advices?
thanks!