Hi,
Our system utilizing both Silverlight and Winforms Schedulers. We synchronizing between them.
I need a way to convert Silverlight Appointment to Winforms Appointment.
Thanks in advance !
Also since the functionality of the SL/WPF XamSchedule may differ from the WinForms UltraCalendarInfo, if you want to utilize the scheduling functionality in a rich client app then you might consider using the WPF xamSchedule controls (e.g. within an ElementHost if this is for a WinForms app).
Thank for all the answers.
For meanwhile i programmed it manually. Created conversion from winform to silverlight and vice versa.
For now it seems to work fine. will look for something out of the box
Thanks