I want to subscribe check events from our extension app. When a check is closed, I mean a customer makes payment and the cashier closes the check, I want to subscribe that event and get the current check / transaction information. We can manage that by adding an event / delegate function like...
I have a WPF project (WpfControlLibrary1) in the same solution with my extensibility application. And I added reference to that WPF project from the extensibility class. I can fire up this WPF with window.ShowDialog() method like this code.
using WpfControlLibrary1;
Window window = new Window...
thread693-1810782
Hello everyone, I'm developing an extensibility application for micros simphony and I want to show some dynamic content in a dialog like content area. I couldn't see any OpsContext method to do that. I read from the above thread it can be done with normal WPF user control...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.