Microsoft Dynamics RMS
I'm dealing with AddIn Creation and Custom POS Buttons (i.e. customization).
For development I am using mainly class library type project, and the dll created is Invoked from POS Machine (RMS). I use other .NET objects in my application but all are invoked through this class library.
I just wanted to know:
- Can we use WPF for UI instead of WinForms for the POS UI?
Please elaborate and discuss any problems we might face with this approach.